UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

8 lines (7 loc) 177 B
import { DDOPTION, DDSIGN, DEVCLASS } from "../components"; export type LXE_TT_PACKG_LINE = { sign: DDSIGN; option: DDOPTION; low: DEVCLASS; high?: DEVCLASS; };