@apistudio/apim-cli
Version:
CLI for API Management Products
17 lines (13 loc) • 446 B
text/typescript
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
// protoc-gen-ts_proto v2.6.1
// protoc v3.17.1
// 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;
}