Rollback GranblueCookie changes
This commit is contained in:
parent
a85a080c62
commit
ad72bcdcf9
1 changed files with 2 additions and 2 deletions
4
types/GranblueCookie.d.ts
vendored
4
types/GranblueCookie.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
interface GranblueCookie {
|
interface GranblueCookie {
|
||||||
account?: AccountCookie
|
account: AccountCookie
|
||||||
user?: UserCookie
|
user: UserCookie
|
||||||
locale: string
|
locale: string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue