UNPKG

node-enterprise-starter

Version:

<h1 align="center">Node Enterprise Starter</h1>

11 lines (9 loc) 193 B
export type TErrorSources = { path: string | number; message: string; }[]; export type TGenericErrorResponse = { statusCode: number; message: string; errorSources: TErrorSources; };