UNPKG

@azure/cosmos

Version:
11 lines 344 B
import { OperationType, ResourceType } from "../../common"; export interface ConflictDefinition { /** The id of the conflict */ id?: string; /** Source resource id */ resourceId?: string; resourceType?: ResourceType; operationType?: OperationType; content?: string; } //# sourceMappingURL=ConflictDefinition.d.ts.map