import { DDLENG, FIELDNAME, TABFDPOS } from "../components";
export type DD03L = {
    fieldname: FIELDNAME;
    position: TABFDPOS;
    leng: DDLENG;
};
