UNPKG

@wennals/common

Version:

9 lines (8 loc) 214 B
import { CustomError } from "./custom-error"; export declare class UnvalidatedUserError extends CustomError { statusCode: number; constructor(); serializeErrors(): { message: string; }[]; }