@apistudio/apim-cli
Version:
CLI for API Management Products
18 lines (14 loc) • 505 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: common/Ref.proto
/* eslint-disable */
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface Ref {
/**
* Field 'ref' with JSON name '$ref' accepts the value of either 'ref' or '$ref' from the YAML file.
* If both 'ref' and '$ref' are specified, the value of '$ref' takes priority.
*/
$ref?: string | undefined;
}