fix: miss global user info

This commit is contained in:
jialin
2025-08-13 20:13:46 +08:00
parent 2ca712435a
commit ccfdb99348
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ declare namespace Global {
full_name: string;
require_password_change: boolean;
id: number;
source: string;
}
interface BaseListItem<T> {