UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

6 lines 218 B
import { BadRequestError } from '@ebec/http'; export declare class UserError extends BadRequestError { static credentialsInvalid(): UserError; static inactive(): UserError; } //# sourceMappingURL=error.d.ts.map