export class User { id: number; username: string; firstName: string; tgId: number; isActive: boolean; regDate: Date; }