From b9e491d6ab0ab7a8d900d127ef1d3a0fdaa2ffe1 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 2 Aug 2021 18:31:18 +0200 Subject: feature: tag filtering lotic and ui --- api.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api.d.ts') 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 = { -- cgit v1.2.3