UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 272 B
import { type Feature } from "./Feature.js"; /** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface Xsl { feature?: Feature[] | undefined; $path?: string | undefined; content?: string | undefined; } //# sourceMappingURL=Xsl.d.ts.map