UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

15 lines 356 B
import { GatewayLabels } from '../../index.js'; /** * Copyright IBM Corp. 2024, 2025 */ export interface Gateway { name: string; description?: string; provider?: string; url: string; is_mcsp_enabled: boolean; user_name: string; tags?: string[]; gatewayTypes?: GatewayLabels[]; } //# sourceMappingURL=gateway.model.d.ts.map