import { SPRAS, ARBGB, MSGNR, NATXT } from "../components";
export type T100 = {
    sprsl: SPRAS;
    arbgb: ARBGB;
    msgnr: MSGNR;
    text: NATXT;
};
