import { AnimationStep } from './AnimationStep'; export type AnimationState = { id: number; duration: number; step: AnimationStep; };