summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-16 19:09:53 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-16 19:09:53 +0200
commitbd31703d8627d3c8e046d62223a08d295f0e9578 (patch)
tree4aa1dcacae871734170b77e51adb16f87b235792 /api.d.ts
parentf6f68f67080bfe3c7dda641e2576ab37e6e58b8f (diff)
fix: #67, correctly skip non-node headlines
Diffstat (limited to 'api.d.ts')
-rw-r--r--api.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api.d.ts b/api.d.ts
index b9032bc..203106b 100644
--- a/api.d.ts
+++ b/api.d.ts
@@ -10,6 +10,7 @@ export type OrgRoamNode = {
title: string
level: number
pos: number
+ olp: string[] | null
properties: {
[key: string]: string | number
}