UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 210 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface ApiData { [key: string]: { [gateway: string]: string[]; }; } //# sourceMappingURL=api-data.interface.d.ts.map