Interface OfflineReplaySyncConflictFieldMappingV1

interface OfflineReplaySyncConflictFieldMappingV1 {
    disposition: OfflineReplaySyncConflictFieldDisposition;
    source: string;
    targets: readonly string[];
}

Properties

source: string

Dotted path on the durable queued edit.

targets: readonly string[]

Dotted paths on the projection; empty for an omission.