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