import * as z from "zod"; export type CatalogV2NumberShowTypeRequest = { /** * ID of this catalog type */ id: string; }; /** @internal */ export declare const CatalogV2NumberShowTypeRequest$inboundSchema: z.ZodType; /** @internal */ export type CatalogV2NumberShowTypeRequest$Outbound = { id: string; }; /** @internal */ export declare const CatalogV2NumberShowTypeRequest$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 CatalogV2NumberShowTypeRequest$ { /** @deprecated use `CatalogV2NumberShowTypeRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogV2NumberShowTypeRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogV2NumberShowTypeRequest$Outbound` instead. */ type Outbound = CatalogV2NumberShowTypeRequest$Outbound; } //# sourceMappingURL=catalogv2numbershowtype.d.ts.map