UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines (7 loc) 160 B
/** * Copyright IBM Corp. 2024, 2025 */ import { Endpoints } from "./endpoint.model.js"; export interface GatewayEndpoints { [key: string]: Endpoints; }