babylonjs-loaders 6.34.1 → 6.34.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3393,7 +3393,7 @@ declare module BABYLON {
3393
3393
  * @param getExternalResource The callback to get external resources for the glTF validator
3394
3394
  * @returns A promise that resolves with the glTF validation results once complete
3395
3395
  */
3396
- static ValidateAsync(data: string | ArrayBufferView, rootUrl: string, fileName: string, getExternalResource: (uri: string) => Promise<ArrayBuffer>): Promise<GLTF2.IGLTFValidationResults>;
3396
+ static ValidateAsync(data: string | Uint8Array, rootUrl: string, fileName: string, getExternalResource: (uri: string) => Promise<Uint8Array>): Promise<GLTF2.IGLTFValidationResults>;
3397
3397
  }
3398
3398
 
3399
3399