summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api.d.ts')
-rw-r--r--api.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/api.d.ts b/api.d.ts
index 8053efc..8539ad8 100644
--- a/api.d.ts
+++ b/api.d.ts
@@ -7,9 +7,11 @@ export type OrgRoamNode = {
id: string
file: string
title: string
+ level: number
}
export type OrgRoamLink = {
source: string
target: string
+ type: string
}