Update User.d.ts
This commit is contained in:
parent
7224ae8585
commit
587153a9e2
1 changed files with 0 additions and 1 deletions
1
types/User.d.ts
vendored
1
types/User.d.ts
vendored
|
|
@ -1,7 +1,6 @@
|
||||||
interface User {
|
interface User {
|
||||||
id: string
|
id: string
|
||||||
username: string
|
username: string
|
||||||
granblueId: string
|
|
||||||
avatar: {
|
avatar: {
|
||||||
picture: string
|
picture: string
|
||||||
element: string
|
element: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue