sebastien 6 år sedan
förälder
incheckning
3216fad07c
1 ändrade filer med 2 tillägg och 2 borttagningar
  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>;
 };