UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

18 lines (14 loc) 497 B
// 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/PayLoadIdentifier.proto /* eslint-disable */ import { type Namespaces } from "./Namespaces.js"; /** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface PayLoadIdentifier { jPath?: string | undefined; xPath?: string | undefined; namespaces?: Namespaces[] | undefined; regex?: string | undefined; }