summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-24 19:49:59 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-24 19:49:59 +0200
commit9c4a9cb1fb077670db048250c902031a9cda9210 (patch)
tree5992f351d0eb1fa6e6806df85a70e929b4b21106 /api.d.ts
parent149c8973929170d57c0ab31618878bc63b4e6348 (diff)
added filter and orphan toggle
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
}