diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-24 19:49:59 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-24 19:49:59 +0200 |
commit | 9c4a9cb1fb077670db048250c902031a9cda9210 (patch) | |
tree | 5992f351d0eb1fa6e6806df85a70e929b4b21106 /api.d.ts | |
parent | 149c8973929170d57c0ab31618878bc63b4e6348 (diff) |
added filter and orphan toggle
Diffstat (limited to 'api.d.ts')
-rw-r--r-- | api.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,9 +7,11 @@ export type OrgRoamNode = { id: string file: string title: string + level: number } export type OrgRoamLink = { source: string target: string + type: string } |