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