Interface: DeidDocument
The transformed document - the same loci with de-identified values. Format-specific documents
replace this unknown-shaped placeholder; the core returns this generic shape.
Example
import { type DeidDocument } from "@cosyte/deid";
const doc: DeidDocument = { loci: [] };
Properties
loci
readonlyloci: readonlyTransformedLocus[]
The transformed loci.