Skip to main content
Version: v0.0.8

Type Alias: NcpdpStandard

NcpdpStandard = "script" | "telecom"

Which NCPDP standard a quirk applies to. SCRIPT and Telecom are unrelated formats with disjoint warning registries; a quirk is grounded in exactly one.

Example

import type { NcpdpStandard } from "@cosyte/ncpdp/profiles";
const std: NcpdpStandard = "telecom";