UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines 289 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ import { GatewayInternal } from "./gateway-internal.model.js"; export interface GatewaysJson { gateways: GatewayInternal[]; overwrite: string; skip: string; } //# sourceMappingURL=gateway-list.model.d.ts.map