Type Alias: X12UnexpectedSegmentContext
X12UnexpectedSegmentContext = typeof
UNEXPECTED_SEGMENT_CONTEXTS[keyof typeofUNEXPECTED_SEGMENT_CONTEXTS]
String-literal union over UNEXPECTED_SEGMENT_CONTEXTS.
Example
import type { X12UnexpectedSegmentContext } from "@cosyte/x12";
const ctx: X12UnexpectedSegmentContext = "se-without-st";