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

SyncWorkspaceResponse

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

A response after synchronizing the workspace to the latest container version.

interface SyncWorkspaceResponse {
mergeConflict?: MergeConflict[];
syncStatus?: SyncStatus;
}

§Properties

§
mergeConflict?: MergeConflict[]
[src]

The merge conflict after sync. If this field is not empty, the sync is still treated as successful. But a version cannot be created until all conflicts are resolved.

§
syncStatus?: SyncStatus
[src]

Indicates whether synchronization caused a merge conflict or sync error.