sebastien 6 년 전
부모
커밋
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>;
 };