import * as z from "zod"; export type IncidentAttachmentsV1NumberDeleteRequest = { /** * Unique identifier of this incident membership */ id: string; }; /** @internal */ export declare const IncidentAttachmentsV1NumberDeleteRequest$inboundSchema: z.ZodType; /** @internal */ export type IncidentAttachmentsV1NumberDeleteRequest$Outbound = { id: string; }; /** @internal */ export declare const IncidentAttachmentsV1NumberDeleteRequest$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 IncidentAttachmentsV1NumberDeleteRequest$ { /** @deprecated use `IncidentAttachmentsV1NumberDeleteRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IncidentAttachmentsV1NumberDeleteRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IncidentAttachmentsV1NumberDeleteRequest$Outbound` instead. */ type Outbound = IncidentAttachmentsV1NumberDeleteRequest$Outbound; } //# sourceMappingURL=incidentattachmentsv1numberdelete.d.ts.map