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