UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

11 lines (10 loc) 232 B
import { SYMSGID, SYMSGNO, SYMSGTY, SYMSGV } from "../components"; export type SYMSG = { msgty: SYMSGTY; msgid: SYMSGID; msgno: SYMSGNO; msgv1?: SYMSGV; msgv2?: SYMSGV; msgv3?: SYMSGV; msgv4?: SYMSGV; };