import { TAnimationsResourceAsyncRegistry } from '../../Animations'; import { TMaterialRegistry } from '../../Material'; import { TModels3dResourceAsyncRegistry } from './TModels3dResourceAsyncRegistry'; export type TModel3dConfigToParamsDependencies = Readonly<{ materialRegistry: TMaterialRegistry; model3dResourceAsyncRegistry: TModels3dResourceAsyncRegistry; animationsResourceAsyncRegistry: TAnimationsResourceAsyncRegistry; }>;