@apistudio/apim-cli
Version:
CLI for API Management Products
18 lines (14 loc) • 514 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: policy/common/SetPayload.proto
/* eslint-disable */
import { type ContentTypes } from "./ContentTypes.js";
import { type Xsl } from "./Xsl.js";
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface SetPayload {
"content-types"?: ContentTypes[] | undefined;
"default-ContentType"?: string | undefined;
xsl?: Xsl[] | undefined;
}