UNPKG

create-node-mongo-express-app

Version:

Node Js Template with MVC pattern, typescript, mongoose and express

9 lines (7 loc) 117 B
interface Todo { _id: string; title: string; description: string; done: boolean; } export { Todo };