From ab3ec40a1ea8a21eb7a0468f841ad617e0b0155b Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 2 Aug 2021 14:01:56 +0200 Subject: feature: citation options --- api.d.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api.d.ts') 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 = { -- cgit v1.2.3