[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -8,7 +8,7 @@ import { QuizData } from '$lib/quiz_types';
|
|||||||
/**
|
/**
|
||||||
* Interface that include all the game states for the admin page.
|
* Interface that include all the game states for the admin page.
|
||||||
* Still in development and not used everywhere but should be a good practice
|
* Still in development and not used everywhere but should be a good practice
|
||||||
*/
|
*/
|
||||||
export interface IGameState {
|
export interface IGameState {
|
||||||
game_id: string;
|
game_id: string;
|
||||||
players: Player[];
|
players: Player[];
|
||||||
|
|||||||
Reference in New Issue
Block a user