UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

15 lines (11 loc) 345 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/Set.proto /* eslint-disable */ /** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface Set { key?: string | undefined; value?: string | undefined; }