// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
//   protoc-gen-ts_proto  v1.181.1
//   protoc               v3.12.4
// source: test/common/Variable.proto

/* eslint-disable */

/** 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;
}
