UNPKG

@gfticket/common

Version:

An auth package to make micro-service authentication easy to integrate for other services

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