UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 273 B
import type { TFunction } from '@payloadcms/translations'; import { APIError } from './APIError.js'; export declare class AuthenticationError extends APIError { constructor(t?: TFunction, loginWithUsername?: boolean); } //# sourceMappingURL=AuthenticationError.d.ts.map