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

RevertTemplateResponse

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

The result of reverting a template in a workspace.

interface RevertTemplateResponse {
template?: CustomTemplate;
}

§Properties

§

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