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

RevertTagResponse

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

The result of reverting a tag in a workspace.

interface RevertTagResponse {
tag?: Tag;
}

§Properties

§
tag?: Tag
[src]

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