Update ai information
This commit is contained in:
parent
7f079eb43b
commit
e46c4427cc
7 changed files with 31 additions and 11 deletions
|
|
@ -4,6 +4,7 @@ interface IState {
|
|||
|
||||
interface IUser {
|
||||
id: string;
|
||||
information?: string;
|
||||
role: TRole;
|
||||
experience: number;
|
||||
money: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue