export class TokenEntity { token: string; expiresAt: Date; }