UiDiffComponentProps = {
diffs
:Pick
<Change
,"entity_id"
|"plugin_key"
|"schema_key"
> & {snapshot_content_after
:Record
<string
,any
> |null
;snapshot_content_before
:Record
<string
,any
> |null
; }[]; }
diffs:
Pick
<Change
,"entity_id"
|"plugin_key"
|"schema_key"
> & {snapshot_content_after
:Record
<string
,any
> |null
;snapshot_content_before
:Record
<string
,any
> |null
; }[]