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

RevertBuiltInVariableResponse

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

The result of reverting a built-in variable in a workspace.

interface RevertBuiltInVariableResponse {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Whether the built-in variable is enabled after reversion.