UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

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