UNPKG

ddd-tool-kit

Version:

A development tool kit for using Domain Driven Design in your Web API Node.js

3 lines (2 loc) 119 B
import { IError } from '../../interfaces/error-message.interface'; export declare const INTERNAL_SERVER_ERROR: IError;