@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
11 lines • 344 B
TypeScript
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