Type Alias: RenderDiffArgs

RenderDiffArgs = { diffs: Pick<Change, "entity_id" | "plugin_key" | "schema_key"> & { after_snapshot_content: Record<string, any> | null; before_snapshot_content: Record<string, any> | null; }[]; }

Properties

diffs

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

ON THIS PAGE