UNPKG

typescript-express-starter

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