wot-typescript-definitions
Advanced tools
Comparing version
@@ -73,3 +73,3 @@ export as namespace WoT; | ||
*/ | ||
constraints: [Map<any, any>]; // Dictionary | ||
constraints: Array<Map<any, any>>; // Dictionary | ||
} | ||
@@ -95,4 +95,4 @@ | ||
export interface SemanticAnnotations { | ||
semanticType?: [SemanticType]; | ||
metadata?: [SemanticMetadata]; | ||
semanticType?: Array<SemanticType>; | ||
metadata?: Array<SemanticMetadata>; | ||
} | ||
@@ -99,0 +99,0 @@ |
{ | ||
"name": "wot-typescript-definitions", | ||
"version": "0.4.0-SNAPSHOT.13", | ||
"version": "0.4.0-SNAPSHOT.14", | ||
"description": "TypeScript definitions for the W3C WoT Scripting API", | ||
@@ -5,0 +5,0 @@ "author": "the thingweb community", |
14852
0.1%