Udostępnij przez


JsonPatchOperation type

Reprezentuje typy poprawek JSON dodawania, usuwania i zastępowania.

type JsonPatchOperation = "add" | "remove" | "replace"