UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 293 B
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ /** Variable will have parameters required to test an API */ export interface Variable { key?: string | undefined; value?: string | undefined; isSecret?: boolean | undefined; } //# sourceMappingURL=Variable.d.ts.map