import * as z from "zod"; import { CatalogEntryEngineParamBindingValueV2, CatalogEntryEngineParamBindingValueV2$Outbound } from "./catalogentryengineparambindingvaluev2.js"; export type CatalogEntryEngineParamBindingV2 = { /** * If array_value is set, this helps render the values */ arrayValue?: Array | undefined; value?: CatalogEntryEngineParamBindingValueV2 | undefined; }; /** @internal */ export declare const CatalogEntryEngineParamBindingV2$inboundSchema: z.ZodType; /** @internal */ export type CatalogEntryEngineParamBindingV2$Outbound = { array_value?: Array | undefined; value?: CatalogEntryEngineParamBindingValueV2$Outbound | undefined; }; /** @internal */ export declare const CatalogEntryEngineParamBindingV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace CatalogEntryEngineParamBindingV2$ { /** @deprecated use `CatalogEntryEngineParamBindingV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogEntryEngineParamBindingV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogEntryEngineParamBindingV2$Outbound` instead. */ type Outbound = CatalogEntryEngineParamBindingV2$Outbound; } //# sourceMappingURL=catalogentryengineparambindingv2.d.ts.map