UNPKG

typescript-express-mongoose-starter

Version:
6 lines (5 loc) 78 B
export interface User { _id: string; email: string; password: string; }