spatial-monorepo / editor/src / JsonPatch
Interface: JsonPatch
Defined in: packages/editor/src/types.ts:17
Properties
op
op:
"add"|"remove"|"replace"|"move"|"copy"|"test"
Defined in: packages/editor/src/types.ts:18
path
path:
string
Defined in: packages/editor/src/types.ts:19
value?
optionalvalue?:unknown
Defined in: packages/editor/src/types.ts:20
