export type PlayedMove = { move: Move; actionId: string; consequenceIndex?: number; };