UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 357 B
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; } //# sourceMappingURL=SetPayload.d.ts.map