UNPKG

typescript-express-starter

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