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