"three": "^0.121.1",
export interface GLTF {
animations: AnimationClip[];
scene: Group;
scenes: Group[];
cameras: Camera[];
asset: {
copyright?: string;
generator?: string;
version?: string;
minVersion?: string;
extensions?: any;
extras?: any;
};
parser: GLTFParser;
userData: any;
}
But nodes exists:

What is TS2339?
@mrdoob its TypeScript error code, to classify errors.
In real object i get nodes prop, but in type declaration i dont.
It is error of type definition for typescript?
I've tested a few example (like https://threejs.org/examples/webgl_loader_gltf) but I don't see nodes in the gltf object 馃 .
Closing this. Please, follow the issue template when reporting bugs.
