UNPKG

typescript-express-starter

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