This commit is contained in:
sdarbinyan
2026-06-19 15:01:54 +04:00
parent 1decc08f77
commit 7a06843bf5
5 changed files with 5 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
export interface AuthSession {
sessionId: string;
userId: any;
userId: number | null;
username: string | null;
displayName: string;
active: boolean;