@did-btc1/common / PatchOperation
Interface: PatchOperation
Defined in: interfaces.ts:6
A JSON Patch operation, as defined in RFC 6902.
Properties
from?
> optional
from: string
Defined in: interfaces.ts:10
op
> op: string
Defined in: interfaces.ts:7
path
> path: string
Defined in: interfaces.ts:8
value?
> optional
value: any
Defined in: interfaces.ts:9