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