UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

8 lines (7 loc) 123 B
export class User { id: number; user_name: string; mail: string; password_hash: string; role: string }