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

RevertFolderResponse

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

The result of reverting folder changes in a workspace.

interface RevertFolderResponse {
folder?: Folder;
}

§Properties

§
folder?: Folder
[src]

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