@apistudio/apim-cli
Version:
CLI for API Management Products
19 lines (15 loc) • 511 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/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;
}