Package version:

Type Alias BulkPatchOperation

BulkPatchOperation: OperationBase & {
    id: string;
    operationType: typeof Patch;
}