/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface Path {
    /**
     * Field 'path' with JSON name '$path' accepts the value of either 'path' or '$path' from the YAML file.
     * If both 'path' and '$path' are specified, the value of '$path' takes priority.
     */
    $path?: string | undefined;
}
//# sourceMappingURL=Path.d.ts.map