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

GetWorkspaceStatusResponse

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

The changes that have occurred in the workspace since the base container version.

interface GetWorkspaceStatusResponse {
mergeConflict?: MergeConflict[];
workspaceChange?: Entity[];
}

§Properties

§
mergeConflict?: MergeConflict[]
[src]

The merge conflict after sync.

§
workspaceChange?: Entity[]
[src]

Entities that have been changed in the workspace.