Type Alias OutboundCallingGetUserLevelOutboundCallingCountriesAndRegionsResponse
OutboundCallingGetUserLevelOutboundCallingCountriesAndRegionsResponse: {
countries_regions?: {
code?: number;
enabled_carrier?: string[];
iso_code?: string;
name?: string;
rule?: number;
}[];
next_page_token?: string;
page_size?: number;
}