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 {
account?: AccountCookie
user?: UserCookie
account: AccountCookie
user: UserCookie
locale: string
}