UNPKG

@myshtickets/common

Version:

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