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

RevertClientResponse

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

The result of reverting a client in a workspace.

interface RevertClientResponse {
client?: Client;
}

§Properties

§
client?: Client
[src]

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