We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db1037b + b818a21 commit 4a154c6Copy full SHA for 4a154c6
1 file changed
types/modules/game-manager.d.ts
@@ -98,5 +98,5 @@ export type GameManager = {
98
* @param game that should be registered.
99
*/
100
registerGame: (game: FirebotGame) => void;
101
- getGameSettings: (string) => GameSettings;
+ getGameSettings: (gameId: string) => GameSettings;
102
};
0 commit comments