This commit is contained in:
sdarbinyan
2026-06-19 12:43:25 +04:00
parent c0cfbcbcbb
commit 1decc08f77
3 changed files with 9 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
export interface AuthSession {
sessionId: string;
telegramUserId: any;
userId: any;
username: string | null;
displayName: string;
active: boolean;
expiresAt: string;
expires: string;
}
export interface WebSessionStart {