import * as z from "zod"; export type CatalogTypeAttributePathItemPayloadV2 = { /** * the ID of the attribute to use */ attributeId: string; }; /** @internal */ export declare const CatalogTypeAttributePathItemPayloadV2$inboundSchema: z.ZodType; /** @internal */ export type CatalogTypeAttributePathItemPayloadV2$Outbound = { attribute_id: string; }; /** @internal */ export declare const CatalogTypeAttributePathItemPayloadV2$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 CatalogTypeAttributePathItemPayloadV2$ { /** @deprecated use `CatalogTypeAttributePathItemPayloadV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogTypeAttributePathItemPayloadV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogTypeAttributePathItemPayloadV2$Outbound` instead. */ type Outbound = CatalogTypeAttributePathItemPayloadV2$Outbound; } //# sourceMappingURL=catalogtypeattributepathitempayloadv2.d.ts.map