Interface ResolveOfflineEditConflictInput

interface ResolveOfflineEditConflictInput {
    choice: OfflineEditConflictResolutionChoice;
    conflictId: string;
    note?: string;
    resolvedBy?: string;
}

Properties

conflictId: string

The conflict being closed. It must equal the conflict the record actually carries, so a stale review cannot close a conflict the queue has since replaced with a newer one.

note?: string

Reviewer note. Screened before it is persisted.

resolvedBy?: string

Opaque non-secret reviewer identity. Screened before it is persisted.