import * as z from "zod"; import * as components from "../components/index.js"; export type IncidentsV2NumberEditRequest = { /** * The unique identifier of the incident that you want to edit */ id: string; editRequestBody: components.EditRequestBody; }; /** @internal */ export declare const IncidentsV2NumberEditRequest$inboundSchema: z.ZodType; /** @internal */ export type IncidentsV2NumberEditRequest$Outbound = { id: string; EditRequestBody: components.EditRequestBody$Outbound; }; /** @internal */ export declare const IncidentsV2NumberEditRequest$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 IncidentsV2NumberEditRequest$ { /** @deprecated use `IncidentsV2NumberEditRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IncidentsV2NumberEditRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IncidentsV2NumberEditRequest$Outbound` instead. */ type Outbound = IncidentsV2NumberEditRequest$Outbound; } //# sourceMappingURL=incidentsv2numberedit.d.ts.map