import * as z from "zod"; import { CatalogTypeV2, CatalogTypeV2$Outbound } from "./catalogtypev2.js"; export type CreateTypeResponseBody = { catalogType: CatalogTypeV2; }; /** @internal */ export declare const CreateTypeResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateTypeResponseBody$Outbound = { catalog_type: CatalogTypeV2$Outbound; }; /** @internal */ export declare const CreateTypeResponseBody$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 CreateTypeResponseBody$ { /** @deprecated use `CreateTypeResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CreateTypeResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CreateTypeResponseBody$Outbound` instead. */ type Outbound = CreateTypeResponseBody$Outbound; } //# sourceMappingURL=createtyperesponsebody.d.ts.map