다음을 통해 공유


JsonPatchOperation type

추가, 제거 및 바꾸기의 JSON 패치 유형을 나타냅니다.

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