UNPKG

typescript-express-starter

Version:
6 lines (5 loc) 112 B
export interface User { id?: string | number; // uuid or number-string email: string; password: string; }