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 a9d2795 commit 2fdf3e4Copy full SHA for 2fdf3e4
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 | any[] | object | null);
+ export type DataSchemaValue = (string | number | DataSchemaValue[] | object | null);
81
export type InteractionInput = (ReadableStream | DataSchemaValue);
82
83
export interface InteractionOutput {
0 commit comments