UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

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