import { TDFORMAT, TDLINE } from "../components";
export type TLINE = {
    tdformat: TDFORMAT;
    tdline: TDLINE;
};
