aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 2b0aabc..06df78b 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -58,7 +58,7 @@ export type NodeInfo = {
};
export type InfoResponse = {
nodeInfo: NodeInfo,
- subNodesInfo: [] | [NodeInfo, NodeInfo],
+ subNodesInfo: [] | [NodeInfo | null, NodeInfo | null],
};
// Used by auto-mode and tutorial