summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-02 14:08:13 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-02 14:08:13 +0200
commit66dc7f3477ee250e8fb4a66902d2f2423df84664 (patch)
treea48d9a649afbdbfe1d403dc2bb61b7520481d095 /api.d.ts
parentb684e5dd7f076f54bc041e96f21ced754a4e7432 (diff)
parentab3ec40a1ea8a21eb7a0468f841ad617e0b0155b (diff)
build: citelinks
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 = {