export class User { username: string; password: string; fullname: string; id: number; }