Account
import type { Account } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
Represents a Google Tag Manager Account.
interface Account {
accountId?: string;
features?: AccountFeatures;
fingerprint?: string;
name?: string;
path?: string;
shareData?: boolean;
tagManagerUrl?: string;
}