wip
This commit is contained in:
parent
37f6a55798
commit
d55a1ed648
2 changed files with 104 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export type GameSessionData = {
|
||||
answers: Map<string, { correctOptionId: number }>;
|
||||
userId: string;
|
||||
userId: string | null;
|
||||
};
|
||||
|
||||
export interface GameSessionStore {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue