UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 242 B
import type { TFunction } from 'i18next'; import APIError from './APIError'; declare class UnauthorizedError extends APIError { constructor(t?: TFunction); } export default UnauthorizedError; //# sourceMappingURL=UnathorizedError.d.ts.map