diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-02 14:01:56 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-02 14:01:56 +0200 |
commit | ab3ec40a1ea8a21eb7a0468f841ad617e0b0155b (patch) | |
tree | d4a6522c241e044eeb842c2ac94fccad631aac77 /api.d.ts | |
parent | 82c5906d7bebfb65c8906802d939c8198aab87b8 (diff) |
feature: citation options
Diffstat (limited to 'api.d.ts')
-rw-r--r-- | api.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ export type OrgRoamNode = { file: string title: string level: number + properties: { + [key: string]: string | number + } } export type OrgRoamLink = { |