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