import { DisplayedAction } from '../Store'; export type Animation = { move: Move; duration: number; action: DisplayedAction; };