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 (6 loc) 109 B
export interface IUser { firstName: string; lastName: string; email: string; id?: string | number; }