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