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

CandidateAddress

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

§Properties

§
city?: string | null
[src]
§
country?: string | null
[src]
§
postalCode?: string | null
[src]
§
postalCodePlus4?: string | null
[src]
§
state?: string | null
[src]
§
streetInfo?: string | null
[src]
§
streetNumber?: string | null
[src]