summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-02 14:01:56 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-02 14:01:56 +0200
commitab3ec40a1ea8a21eb7a0468f841ad617e0b0155b (patch)
treed4a6522c241e044eeb842c2ac94fccad631aac77 /api.d.ts
parent82c5906d7bebfb65c8906802d939c8198aab87b8 (diff)
feature: citation options
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 = {