Interface version of Address

interface AddressInterface {
    city: string;
    street: string[];
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

city: string

The city the address is in

street: string[]

The street address