We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9323e commit d5d8f7dCopy full SHA for d5d8f7d
packages/frontend/src/hooks/useEnding.ts
@@ -7,6 +7,7 @@ interface IEndingResult {
7
pinoco: string;
8
isGuessed: boolean;
9
guessingWord: string;
10
+ word: string;
11
}
12
13
export default function useEnding(setGamePhase: (phase: GamePhase) => void) {
0 commit comments