UNPKG

express-api-cli

Version:

Cli tool for generating an express project. Instead of wasting extra time creating your project structure, start building right away

7 lines (5 loc) 122 B
import { Document } from 'mongoose'; export interface IUser extends Document { _id: string | number; name: string; }