UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines (7 loc) 188 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ import { Endpoints } from "./endpoint.model.js"; export interface GatewayEndpoints { [key: string]: Endpoints; }