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