Type Alias: DeidDispositionCode
DeidDispositionCode = typeof
DEID_DISPOSITION_CODES[keyof typeofDEID_DISPOSITION_CODES]
A value from DEID_DISPOSITION_CODES - the code every manifest entry carries.
Example
import { DEID_DISPOSITION_CODES, type DeidDispositionCode } from "@cosyte/deid";
const code: DeidDispositionCode = DEID_DISPOSITION_CODES.DEID_CATEGORY_REMOVED;