summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-02 18:31:18 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-02 18:31:18 +0200
commitb9e491d6ab0ab7a8d900d127ef1d3a0fdaa2ffe1 (patch)
treeebbd3207de10005e514e6f1dba70c4d9753ebdbd /api.d.ts
parente6cac81a1be089774161314430fce28c620d7573 (diff)
feature: tag filtering lotic and ui
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 59b4c82..72f1c47 100644
--- a/api.d.ts
+++ b/api.d.ts
@@ -1,6 +1,7 @@
export type OrgRoamGraphReponse = {
nodes: OrgRoamNode[]
links: OrgRoamLink[]
+ tags: string[]
}
export type OrgRoamNode = {