fix: miss global user info
This commit is contained in:
Vendored
+1
@@ -20,6 +20,7 @@ declare namespace Global {
|
||||
full_name: string;
|
||||
require_password_change: boolean;
|
||||
id: number;
|
||||
source: string;
|
||||
}
|
||||
|
||||
interface BaseListItem<T> {
|
||||
|
||||
Reference in New Issue
Block a user