import { TRawModel3d } from '../../Models3d'; import { AnimationMixer } from 'three'; import { TAnimationActions } from './TAnimationActions'; export type TAnimationActionsPack = Readonly<{ model: TRawModel3d; mixer: AnimationMixer; actions: TAnimationActions; }>;