@apistudio/apim-cli
Version:
CLI for API Management Products
15 lines (11 loc) • 370 B
text/typescript
// 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/RefAndEndpoint.proto
/* eslint-disable */
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface RefAndEndpoint {
$ref?: string | undefined;
$endpoint?: string | undefined;
}