Skip to main content
Version: v0.0.6

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

readonly loci: readonly TransformedLocus[]

The transformed loci.