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