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