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