Skip to main content

TypeAlias.DppCharacteristicReviewEntry

type DppCharacteristicReviewEntry = {
currentValue?: unknown;
key: string;
provenance?: {
extractedAt: string;
source: "ai";
sourceTextHash: string;
status: "verified" | "suggested" | "conflict";
value?: unknown;
};
};

Type Declaration

NameType
currentValue?unknown
keystring
provenance?{ extractedAt: string; source: "ai"; sourceTextHash: string; status: "verified"
provenance.extractedAtstring
provenance.source"ai"
provenance.sourceTextHashstring
provenance.status"verified"
provenance.value?unknown