Share via


JsonPatchOperation type

Represents the JSON Patch types of add, remove and replace.

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