interface WithAddress {
    address: Address;
}

Implemented by

    Properties

    Properties

    address: Address