/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export interface Gateway {
    name: string;
    description: string;
    provider: string;
    url: string;
    user_name: string;
    tags: string[];
}
//# sourceMappingURL=gateway.model.d.ts.map