UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

15 lines (11 loc) 354 B
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v1.181.1 // protoc v3.12.4 // source: policy/common/Feature.proto /* eslint-disable */ /** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface Feature { name?: string | undefined; value?: string | undefined; }