Rollback GranblueCookie changes

This commit is contained in:
Justin Edmund 2023-01-03 23:28:36 -08:00
parent a85a080c62
commit ad72bcdcf9

View file

@ -1,5 +1,5 @@
interface GranblueCookie { interface GranblueCookie {
account?: AccountCookie account: AccountCookie
user?: UserCookie user: UserCookie
locale: string locale: string
} }