Share via


JsonPatch interface

Represents a patch operation.

Properties

op

The patch operation.

path

The path for the patch operation.

value

The value to add or replace for the operation.

Property Details

op

The patch operation.

op: JsonPatchOperation

Property Value

path

The path for the patch operation.

path: string

Property Value

string

value

The value to add or replace for the operation.

value?: string

Property Value

string