Interface RecordOfflineConflictResolutionOptions

interface RecordOfflineConflictResolutionOptions {
    authorizationScopeDigest: `sha256:${string}`;
    editId: `sha256:${string}`;
    resolution: SyncConflictResolution;
    sourceId: string;
}

Hierarchy (view full)

Properties

authorizationScopeDigest: `sha256:${string}`
editId: `sha256:${string}`

The conflicted queued edit whose conflict is being closed.

resolution: SyncConflictResolution

The reviewer's decision, in the shipped contract's own shape — the value a conflict-review surface already produces. Nothing has to be re-typed between the two vocabularies.

sourceId: string