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