export type RFCConnection = {
    dest: string;
    ashost: string;
    sysnr: string;
    saprouter?: string;
};
