Type Alias: X12ControlNumberPair
X12ControlNumberPair = typeof
CONTROL_NUMBER_PAIRS[keyof typeofCONTROL_NUMBER_PAIRS]
String-literal union over CONTROL_NUMBER_PAIRS.
Example
import type { X12ControlNumberPair } from "@cosyte/x12";
const pair: X12ControlNumberPair = "group";