@types/three
Advanced tools
Comparing version 0.132.0 to 0.132.1
@@ -66,5 +66,9 @@ import { | ||
export type GLTFReferenceType = 'materials'|'nodes'|'textures'|'meshes'; | ||
export interface GLTFReference { | ||
type: 'materials' | 'nodes' | 'textures'; | ||
index: number; | ||
materials?: number; | ||
nodes?: number; | ||
textures?: number; | ||
meshes?: number; | ||
} | ||
@@ -71,0 +75,0 @@ |
{ | ||
"name": "@types/three", | ||
"version": "0.132.0", | ||
"version": "0.132.1", | ||
"description": "TypeScript definitions for three", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "688c86261a68868c7e44ee0974f12fca38a721ba8b285b2e5ac7d48169235371", | ||
"typesPublisherContentHash": "3bc2c085ec825e9046e6e08328e766b595e0d10694adebcd6bcc872a22385730", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Sep 2021 18:31:45 GMT | ||
* Last updated: Sat, 25 Sep 2021 01:01:27 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `THREE` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
618064
18978