summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
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 = {