UNPKG

@authup/core-kit

Version:

Package containing global constants, types & interfaces.

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