diff --git a/types/three/examples/jsm/loaders/GLTFLoader.d.ts b/types/three/examples/jsm/loaders/GLTFLoader.d.ts index 87a2de6bb..5a96f2f6d 100644 --- a/types/three/examples/jsm/loaders/GLTFLoader.d.ts +++ b/types/three/examples/jsm/loaders/GLTFLoader.d.ts @@ -65,7 +65,7 @@ export class GLTFLoader extends Loader { onError?: (event: ErrorEvent) => void, ): void; - parseAsync(data: ArrayBuffer | string, path: string): Promise; + parseAsync(data: ArrayBuffer | string, path: string): Promise; } export type GLTFReferenceType = 'materials' | 'nodes' | 'textures' | 'meshes';