UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

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