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