PatchRequestBody type

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