export type ErrorType = 'error' | 'accessDenied' | 'notFound' | 'noData' | 'failedDependency' | 'throttle';
//# sourceMappingURL=types.d.ts.map