import { AnimationStep } from './AnimationStep'; import { DisplayedAction } from '../Store'; export type AnimationContext = { action: DisplayedAction; game: Game; step: AnimationStep; playerId?: PlayerId; };