/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export interface GatewayInternal {
    gatewayURL: string;
    gatewayUser: string;
    gatewaySecret: string;
    is_mcsp_enabled: boolean;
}
//# sourceMappingURL=gateway-internal.model.d.ts.map