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