@apistudio/apim-cli
Version:
CLI for API Management Products
21 lines (17 loc) • 644 B
text/typescript
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
// protoc-gen-ts_proto v2.6.1
// protoc v3.17.1
// source: policy/common/RequestProcess.proto
/* eslint-disable */
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;
"use-incoming-headers"?: boolean | undefined;
}