changed type
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user