import { AnimationAction } from 'three'; export type TAnimationActions = Readonly<{ [key: string]: AnimationAction; }>;