次の方法で共有


JsonPatchOperation type

追加、削除、置換の JSON パッチの種類を表します。

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