export type GameNotification = { playerId: PlayerId; }; export type IndexedGameNotification = GameNotification & { index: number; };