import { DDTEXT, PGMID, TROBJTYPE } from "../components";
export type KO100 = {
    pgmid: PGMID;
    object: TROBJTYPE;
    text: DDTEXT;
};
