sebastien 6 лет назад
Родитель
Сommit
3216fad07c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts

+ 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>;
 };