MobileCarrier
import type { MobileCarrier } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
Contains information about a mobile carrier that can be targeted by ads.
interface MobileCarrier {
countryCode?: string;
countryDartId?: bigint;
id?: bigint;
kind?: string;
name?: string;
}