diff --git a/types/GranblueCookie.d.ts b/types/GranblueCookie.d.ts index fb7e89ff..eb0cca52 100644 --- a/types/GranblueCookie.d.ts +++ b/types/GranblueCookie.d.ts @@ -1,5 +1,5 @@ interface GranblueCookie { - account?: AccountCookie - user?: UserCookie + account: AccountCookie + user: UserCookie locale: string }