Package version:

Interface ConflictDefinition

interface ConflictDefinition {
    content?: string;
    id?: string;
    operationType?: OperationType;
    resourceId?: string;
    resourceType?: ResourceType;
}

Properties

content?: string
id?: string

The id of the conflict

operationType?: OperationType
resourceId?: string

Source resource id

resourceType?: ResourceType