import * as z from "zod"; import { IncidentTypeV1, IncidentTypeV1$Outbound } from "./incidenttypev1.js"; export type ShowResponseBody11 = { incidentType: IncidentTypeV1; }; /** @internal */ export declare const ShowResponseBody11$inboundSchema: z.ZodType; /** @internal */ export type ShowResponseBody11$Outbound = { incident_type: IncidentTypeV1$Outbound; }; /** @internal */ export declare const ShowResponseBody11$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 ShowResponseBody11$ { /** @deprecated use `ShowResponseBody11$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody11$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody11$Outbound` instead. */ type Outbound = ShowResponseBody11$Outbound; } //# sourceMappingURL=showresponsebody11.d.ts.map