changed type

This commit is contained in:
sdarbinyan
2026-06-19 02:00:34 +04:00
parent 688c225911
commit c0cfbcbcbb

View File

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