UNPKG

@r1tsu/payload

Version:

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