From bd31703d8627d3c8e046d62223a08d295f0e9578 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 16 Aug 2021 19:09:53 +0200 Subject: fix: #67, correctly skip non-node headlines --- api.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api.d.ts') 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 } -- cgit v1.2.3