UNPKG

@authup/core-kit

Version:

Package containing global constants, types & interfaces.

7 lines 248 B
import { AuthupError } from '@authup/errors'; export declare class UserError extends AuthupError { static credentialsInvalid(): UserError; static notFound(): UserError; static inactive(): UserError; } //# sourceMappingURL=error.d.ts.map