diff options
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 } |