import * as z from "zod"; /** * Standard error response object */ export type GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponseData = { error: string; code?: string | undefined; details?: any | null | undefined; }; /** * Standard error response object */ export declare class GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse extends Error { error: string; code?: string | undefined; details?: any | null | undefined; /** The original data that was passed to this error instance. */ data$: GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponseData; constructor(err: GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponseData); } /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$inboundSchema: z.ZodType; /** @internal */ export type GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$Outbound = { error: string; code?: string | undefined; details?: any | null | undefined; }; /** @internal */ export declare const GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$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 GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$ { /** @deprecated use `GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$Outbound` instead. */ type Outbound = GetApiLeadScraperMicroserviceApiV1JobsJobIdDownloadErrorResponse$Outbound; } //# sourceMappingURL=getapileadscrapermicroserviceapiv1jobsjobiddownload.d.ts.map