UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

13 lines (12 loc) 243 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface Gateway { name: string; description?: string; provider?: string; url: string; is_mcsp_enabled: boolean; user_name: string; tags?: string[]; }