@apistudio/apim-cli
Version:
CLI for API Management Products
17 lines (13 loc) • 429 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/Xsl.proto
/* eslint-disable */
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;
}