UNPKG

@gfticket/common

Version:

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

9 lines (8 loc) 219 B
export declare abstract class CustomError extends Error { abstract statusCode: number; constructor(message: string); abstract serializeErrors(): { message: String; field?: String; }[]; }