ListCustomRangesResponse
import type { ListCustomRangesResponse } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";Message for response to listing CustomRanges
interface ListCustomRangesResponse {
customRanges?: CustomRange[];
nextPageToken?: string;
unreachable?: string[];
}