sebastien 6 lat temu
rodzic
commit
3216fad07c

+ 2 - 2
dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts

@@ -899,7 +899,7 @@ declare module BABYLON.GLTF2 {
     /**
      * glTF validator object Tyyings
      */
-    interface IGLTFValidatorTypings: {
+    interface IGLTFValidatorTypings {
         validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
     };
 }
@@ -948,6 +948,6 @@ interface IGLTFValidationOptions {
 /**
  * glTF validator object Tyyings
  */
-interface IGLTFValidatorTypings: {
+interface IGLTFValidatorTypings {
     validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
 };