Package version:

Type Alias PatchRequestBody

PatchRequestBody: {
    condition?: string;
    operations: PatchOperation[];
} | PatchOperation[]