Type Alias: UiDiffComponentProps

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

Properties

diffs

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

ON THIS PAGE