UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

6 lines 186 B
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface Set { key?: string | undefined; value?: string | undefined; } //# sourceMappingURL=Set.d.ts.map