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