Apply suggestions from code review

Co-authored-by: David Négrier <d.negrier@thecodingmachine.com>
This commit is contained in:
GRL78
2021-05-25 11:02:25 +02:00
committed by GitHub
parent d4bc999c54
commit 7c44d747de
4 changed files with 14 additions and 45 deletions
+2 -2
View File
@@ -23,6 +23,6 @@ export const isGameStateEvent =
startLayerName: tg.isUnion(tg.isString, tg.isNull)
}).get();
/**
* A message sent from the game to the iFrame when the gameState is got by the script
* A message sent from the game to the iFrame when the gameState is received by the script
*/
export type GameStateEvent = tg.GuardedType<typeof isGameStateEvent>;
export type GameStateEvent = tg.GuardedType<typeof isGameStateEvent>;