UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

8 lines (7 loc) 155 B
import { SPRAS, ARBGB, MSGNR, NATXT } from "../components"; export type T100 = { sprsl: SPRAS; arbgb: ARBGB; msgnr: MSGNR; text: NATXT; };