summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api.d.ts')
-rw-r--r--api.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/api.d.ts b/api.d.ts
index 8539ad8..59b4c82 100644
--- a/api.d.ts
+++ b/api.d.ts
@@ -8,6 +8,9 @@ export type OrgRoamNode = {
file: string
title: string
level: number
+ properties: {
+ [key: string]: string | number
+ }
}
export type OrgRoamLink = {