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

RevertTriggerResponse

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

The result of reverting a trigger in a workspace.

interface RevertTriggerResponse {
trigger?: Trigger;
}

§Properties

§
trigger?: Trigger
[src]

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