mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
feat: refactor api
This commit is contained in:
@@ -43,4 +43,7 @@ export class UserPreferences {
|
||||
|
||||
@Column("text", { default: "" })
|
||||
refreshToken: string;
|
||||
|
||||
@Column("int", { default: 0 })
|
||||
tokenExpirationTimestamp: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user