UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines 443 B
import { type Any } from "google-protobuf/google/protobuf/any_pb.js"; import { type Set } from "./Set.js"; import { type SetPayload } from "./SetPayload.js"; /** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface RequestProcess { transformations?: Any | undefined; set?: Set[] | undefined; setPayload?: SetPayload | undefined; remove?: Any | undefined; } //# sourceMappingURL=RequestProcess.d.ts.map