import * as z from "zod"; import { IncidentV1, IncidentV1$Outbound } from "./incidentv1.js"; import { PaginationMetaResultWithTotal, PaginationMetaResultWithTotal$Outbound } from "./paginationmetaresultwithtotal.js"; export type ListResponseBody14 = { incidents: Array; paginationMeta?: PaginationMetaResultWithTotal | undefined; }; /** @internal */ export declare const ListResponseBody14$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody14$Outbound = { incidents: Array; pagination_meta?: PaginationMetaResultWithTotal$Outbound | undefined; }; /** @internal */ export declare const ListResponseBody14$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 ListResponseBody14$ { /** @deprecated use `ListResponseBody14$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody14$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody14$Outbound` instead. */ type Outbound = ListResponseBody14$Outbound; } //# sourceMappingURL=listresponsebody14.d.ts.map