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.
1 parent 2fdf3e4 commit 3aa1ff8Copy full SHA for 3aa1ff8
typescript/index.d.ts
@@ -77,7 +77,7 @@ declare namespace WoT {
77
export type ThingDescription = { [key: string]: any; };
78
79
80
- export type DataSchemaValue = (string | number | DataSchemaValue[] | object | null);
+ export type DataSchemaValue = (null | boolean | number | string | object | DataSchemaValue[]);
81
export type InteractionInput = (ReadableStream | DataSchemaValue);
82
83
export interface InteractionOutput {
0 commit comments