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 728bb10 commit 11a213cCopy full SHA for 11a213c
specification/nodes/info/types.ts
@@ -67,7 +67,7 @@ export class NodeInfo {
67
export class NodeInfoSettings {
68
cluster: NodeInfoSettingsCluster
69
node: NodeInfoSettingsNode
70
- path: NodeInfoPath
+ path?: NodeInfoPath
71
repositories?: NodeInfoRepositories
72
discovery?: NodeInfoDiscover
73
action?: NodeInfoAction
@@ -151,9 +151,9 @@ export class NodeInfoSettingsNode {
151
}
152
153
export class NodeInfoPath {
154
- logs: string
155
- home: string
156
- repo: string[]
+ logs?: string
+ home?: string
+ repo?: string[]
157
data?: string[]
158
159
0 commit comments