Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Address

import type { Address } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface Address {
city?: string | null;
country?: string | null;
postalCode?: string | null;
postalCodePlus4?: string | null;
postDirectional?: string | null;
preDirectional?: string | null;
state?: string | null;
streetName?: string | null;
streetNumber?: string | null;
streetSuffix?: string | null;
}

§Properties

§
city?: string | null
[src]
§
country?: string | null
[src]
§
postalCode?: string | null
[src]
§
postalCodePlus4?: string | null
[src]
§
postDirectional?: string | null
[src]
§
preDirectional?: string | null
[src]
§
state?: string | null
[src]
§
streetName?: string | null
[src]
§
streetNumber?: string | null
[src]
§
streetSuffix?: string | null
[src]