UNPKG

easy-express-cwa

Version:

CLI tool to setup a common Express.js backend developed by codewithashim

5 lines (4 loc) 84 B
export type IGenericErrorMessage = { path: string | number; message: string; };