Type Alias: X12RequiredLoop
X12RequiredLoop = typeof
REQUIRED_LOOPS[keyof typeofREQUIRED_LOOPS]
String-literal union over REQUIRED_LOOPS.
Example
import type { X12RequiredLoop } from "@cosyte/x12";
const loop: X12RequiredLoop = "2010BB";
X12RequiredLoop = typeof
REQUIRED_LOOPS[keyof typeofREQUIRED_LOOPS]
String-literal union over REQUIRED_LOOPS.
import type { X12RequiredLoop } from "@cosyte/x12";
const loop: X12RequiredLoop = "2010BB";