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