summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-02 19:04:10 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-02 19:04:10 +0200
commitc2b219c06a6bf37d35f6eac7879e04d04bd5d023 (patch)
tree1e24637887855f49f3b241ccdf5770f08c62d350 /api.d.ts
parentb9e491d6ab0ab7a8d900d127ef1d3a0fdaa2ffe1 (diff)
feature: rudimentary tag filtering in place
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 72f1c47..bd3cd65 100644
--- a/api.d.ts
+++ b/api.d.ts
@@ -12,6 +12,7 @@ export type OrgRoamNode = {
properties: {
[key: string]: string | number
}
+ tags: string[]
}
export type OrgRoamLink = {