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