Type Alias: DiffEntry
DiffEntry =
object
Defined in: packages/hypergraph-react/src/types.ts:16
Index Signature
[key
: string
]: undefined
| { addedIds
: string
[]; current
: object
[]; new
: object
[]; removedIds
: string
[]; type
: "relation"
; unchangedIds
: string
[]; } | { current
: unknown
; new
: unknown
; type
: "property"
; }