Fix TypeScript build errors

This commit is contained in:
Joan
2025-11-28 10:52:23 +01:00
parent 0d7133cc0e
commit 592591cb92
26 changed files with 10 additions and 9045 deletions

View File

@@ -56,6 +56,7 @@ export interface LoginResponse {
token_type: string
account: Account
characters: Character[]
needs_character_creation?: boolean
}
export interface RegisterResponse {