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;
}