Add player onboarding and tactical viewer updates
This commit is contained in:
@@ -8,6 +8,12 @@ export interface AuthSessionResponse {
|
||||
refreshTokenExpiresAtUtc: string;
|
||||
}
|
||||
|
||||
export interface RegisterResponse {
|
||||
userId: string;
|
||||
email: string;
|
||||
requiresLogin: boolean;
|
||||
}
|
||||
|
||||
export interface ForgotPasswordResponse {
|
||||
accepted: boolean;
|
||||
resetToken?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user