diff options
Diffstat (limited to 'api.d.ts')
-rw-r--r-- | api.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ export type OrgRoamNode = { file: string title: string level: number + properties: { + [key: string]: string | number + } } export type OrgRoamLink = { |