diff --git a/types/three/three-fbxloader.d.ts b/types/three/three-fbxloader.d.ts index 699f12f8cd..4ecd1e70a7 100644 --- a/types/three/three-fbxloader.d.ts +++ b/types/three/three-fbxloader.d.ts @@ -4,7 +4,7 @@ import { LoadingManager } from "./three-core"; import { AnimationClip, Group } from "./three-core"; interface IFbxSceneGraph extends Group { - animations: AnimationClip[]; + animations: AnimationClip[]; } export class FBXLoader {