From 9c4a9cb1fb077670db048250c902031a9cda9210 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 24 Jul 2021 19:49:59 +0200 Subject: added filter and orphan toggle --- api.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api.d.ts') 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 } -- cgit v1.2.3