UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 239 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ import { Endpoints } from "./endpoint.model.js"; export interface GatewayEndpoints { [key: string]: Endpoints; } //# sourceMappingURL=gateway-endpoint.model.d.ts.map