@apistudio/apim-cli
Version:
CLI for API Management Products
22 lines (18 loc) • 638 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: adaptor/GenericAssetAdaptor.proto
/* eslint-disable */
import { type Any } from "google-protobuf/google/protobuf/any_pb.js";
import { type Metadata } from "../common/Metadata.js";
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface GenericAssetAdaptor {
kind?: string | undefined;
apiVersion?: string | undefined;
spec?:
| Any
| undefined;
/** common metadata to identify a specific asset in the files */
metadata?: Metadata | undefined;
}