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