Interface EditWorkflowConflictInfo

interface EditWorkflowConflictInfo {
    etagField?: string;
    reason?: string;
    state: EditWorkflowConflictState;
    updatedAtField?: string;
    value?: unknown;
    versionField?: string;
}

Properties

etagField?: string
reason?: string
updatedAtField?: string
value?: unknown
versionField?: string