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

ZoneTypeRestriction

import type { ZoneTypeRestriction } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Represents a Zone's type restrictions.

interface ZoneTypeRestriction {
enable?: boolean;
whitelistedTypeId?: string[];
}

§Properties

§
enable?: boolean
[src]

True if type restrictions have been enabled for this Zone.

§
whitelistedTypeId?: string[]
[src]

List of type public ids that have been whitelisted for use in this Zone.