We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 463b309 + 3aa1ff8 commit 76fc62aCopy full SHA for 76fc62a
typescript/index.d.ts
@@ -77,7 +77,7 @@ declare namespace WoT {
77
export type ThingDescription = { [key: string]: any; };
78
79
80
- export type DataSchemaValue = any;
+ export type DataSchemaValue = (null | boolean | number | string | object | DataSchemaValue[]);
81
export type InteractionInput = (ReadableStream | DataSchemaValue);
82
83
export interface InteractionOutput {
typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wot-typescript-definitions",
3
- "version": "0.8.0-SNAPSHOT.10",
+ "version": "0.8.0-SNAPSHOT.11",
4
"description": "TypeScript definitions for the W3C WoT Scripting API",
5
"author": "W3C Web of Things Working Group",
6
"license": "W3C-20150513",
0 commit comments