UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

5 lines 169 B
import { Endpoints } from "./endpoint.model.js"; export interface GatewayEndpoints { [key: string]: Endpoints; } //# sourceMappingURL=gateway-endpoint.model.d.ts.map