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