PatchRequestBody type
type PatchRequestBody =
| { condition?: string; operations: PatchOperation[] }
| PatchOperation[]
Bu tarayıcı artık desteklenmiyor.
En son özelliklerden, güvenlik güncelleştirmelerinden ve teknik destekten faydalanmak için Microsoft Edge’e yükseltin.
type PatchRequestBody =
| { condition?: string; operations: PatchOperation[] }
| PatchOperation[]