UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

30 lines (25 loc) 768 B
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.6.1 // protoc v3.17.1 // source: common/Metadata.proto /* eslint-disable */ /** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ /** Defines a message named Metadata */ export interface Metadata { name?: string | undefined; version?: string | undefined; tags?: string[] | undefined; type?: string | undefined; namespace?: string | undefined; types?: Metadata_TypeEnum | undefined; description?: string | undefined; } /** Defines an enumeration named TypeEnum within the Metadata message. */ export enum Metadata_TypeEnum { REST = "REST", SWAGGER = "SWAGGER", SOAP = "SOAP", GRAPHQL = "GRAPHQL", ODATA = "ODATA", }