Skip to content

Commit 07952d9

Browse files
committed
change data type from array to union
1 parent c5873df commit 07952d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/nodes/info/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class NodeInfoPath {
159159
logs?: string
160160
home?: string
161161
repo?: string[]
162-
data?: string[]
162+
data?: string | string[]
163163
}
164164

165165
export class NodeInfoRepositories {

0 commit comments

Comments
 (0)