mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 15:06:50 +08:00
### What problem does this PR solve? Refactor Datasets UI #3221. ### Type of change - [X] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -16,6 +16,7 @@ export interface IUserInfo {
|
||||
nickname: string;
|
||||
password: string;
|
||||
status: string;
|
||||
timezone: string;
|
||||
update_date: string;
|
||||
update_time: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user