@apistudio/apim-cli
Version:
CLI for API Management Products
30 lines (25 loc) • 770 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/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",
}