@apistudio/apim-cli
Version:
CLI for API Management Products
9 lines • 342 B
TypeScript
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;
}
//# sourceMappingURL=PayLoadIdentifier.d.ts.map