Type alias JsonPatchOperationOp

JsonPatchOperationOp: typeof ADD | typeof REMOVE | typeof REPLACE | typeof MOVE | typeof COPY | typeof TEST | UnparsedObject

The operation to perform.

Generated using TypeDoc