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