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

RevertVariableResponse

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

The result of reverting a variable in a workspace.

interface RevertVariableResponse {
variable?: Variable;
}

§Properties

§
variable?: Variable
[src]

Variable as it appears in the latest container version since the last workspace synchronization operation. If no variable is present, that means the variable was deleted in the latest container version.