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

NumberValidateResponse

import type { NumberValidateResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface NumberValidateResponse {
Carrier?: string | null;
City?: string | null;
CleansedPhoneNumberE164?: string | null;
CleansedPhoneNumberNational?: string | null;
Country?: string | null;
CountryCodeIso2?: string | null;
CountryCodeNumeric?: string | null;
County?: string | null;
OriginalCountryCodeIso2?: string | null;
OriginalPhoneNumber?: string | null;
PhoneType?: string | null;
PhoneTypeCode?: number | null;
Timezone?: string | null;
ZipCode?: string | null;
}

§Properties

§
Carrier?: string | null
[src]
§
City?: string | null
[src]
§
CleansedPhoneNumberE164?: string | null
[src]
§
CleansedPhoneNumberNational?: string | null
[src]
§
Country?: string | null
[src]
§
CountryCodeIso2?: string | null
[src]
§
CountryCodeNumeric?: string | null
[src]
§
County?: string | null
[src]
§
OriginalCountryCodeIso2?: string | null
[src]
§
OriginalPhoneNumber?: string | null
[src]
§
PhoneType?: string | null
[src]
§
PhoneTypeCode?: number | null
[src]
§
Timezone?: string | null
[src]
§
ZipCode?: string | null
[src]