Add MC gender to account state and User type
This commit is contained in:
parent
b0b0219896
commit
e369981981
2 changed files with 2 additions and 0 deletions
1
types/User.d.ts
vendored
1
types/User.d.ts
vendored
|
|
@ -6,5 +6,6 @@ interface User {
|
||||||
picture: string
|
picture: string
|
||||||
element: string
|
element: string
|
||||||
}
|
}
|
||||||
|
gender: number
|
||||||
private: boolean
|
private: boolean
|
||||||
}
|
}
|
||||||
|
|
@ -10,6 +10,7 @@ interface AccountState {
|
||||||
username: string
|
username: string
|
||||||
picture: string
|
picture: string
|
||||||
element: string
|
element: string
|
||||||
|
gender: number
|
||||||
} | undefined
|
} | undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue