UNPKG

@gfticket/common

Version:

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

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