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

SyncStatus

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

The status of a workspace after synchronization.

interface SyncStatus {
mergeConflict?: boolean;
syncError?: boolean;
}

§Properties

§
mergeConflict?: boolean
[src]

Synchornization operation detected a merge conflict.

§
syncError?: boolean
[src]

An error occurred during the synchronization operation.