UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines 358 B
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; } //# sourceMappingURL=SetMask.d.ts.map