diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-02 14:08:13 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-02 14:08:13 +0200 |
commit | 66dc7f3477ee250e8fb4a66902d2f2423df84664 (patch) | |
tree | a48d9a649afbdbfe1d403dc2bb61b7520481d095 /api.d.ts | |
parent | b684e5dd7f076f54bc041e96f21ced754a4e7432 (diff) | |
parent | ab3ec40a1ea8a21eb7a0468f841ad617e0b0155b (diff) |
build: citelinks
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 = { |