Skip to content

Commit 2fdf3e4

Browse files
use recursive DataSchemaValue
1 parent a9d2795 commit 2fdf3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ declare namespace WoT {
7777
export type ThingDescription = { [key: string]: any; };
7878

7979

80-
export type DataSchemaValue = (string | number | any[] | object | null);
80+
export type DataSchemaValue = (string | number | DataSchemaValue[] | object | null);
8181
export type InteractionInput = (ReadableStream | DataSchemaValue);
8282

8383
export interface InteractionOutput {

0 commit comments

Comments
 (0)