Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountFeatures

import type { AccountFeatures } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface AccountFeatures {
supportMultipleContainers?: boolean;
supportUserPermissions?: boolean;
}

§Properties

§
supportMultipleContainers?: boolean
[src]

Whether this Account supports multiple Containers.

§
supportUserPermissions?: boolean
[src]

Whether this Account supports user permissions managed by GTM.