import * as z from "zod"; import { IncidentRoleV2, IncidentRoleV2$Outbound } from "./incidentrolev2.js"; export type ShowResponseBody8 = { incidentRole: IncidentRoleV2; }; /** @internal */ export declare const ShowResponseBody8$inboundSchema: z.ZodType; /** @internal */ export type ShowResponseBody8$Outbound = { incident_role: IncidentRoleV2$Outbound; }; /** @internal */ export declare const ShowResponseBody8$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 ShowResponseBody8$ { /** @deprecated use `ShowResponseBody8$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody8$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody8$Outbound` instead. */ type Outbound = ShowResponseBody8$Outbound; } //# sourceMappingURL=showresponsebody8.d.ts.map