minor cleanup
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -13,7 +13,7 @@ export interface Game {
|
||||
|
||||
export interface User {
|
||||
id?: number | string; // string for guest IDs
|
||||
name?: string;
|
||||
name?: string | null;
|
||||
email?: string;
|
||||
connected?: boolean; // mainly for players, not spectators
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user