UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

7 lines (6 loc) 154 B
import { DDLENG, FIELDNAME, TABFDPOS } from "../components"; export type DD03L = { fieldname: FIELDNAME; position: TABFDPOS; leng: DDLENG; };