diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-02 18:31:18 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-02 18:31:18 +0200 |
commit | b9e491d6ab0ab7a8d900d127ef1d3a0fdaa2ffe1 (patch) | |
tree | ebbd3207de10005e514e6f1dba70c4d9753ebdbd /api.d.ts | |
parent | e6cac81a1be089774161314430fce28c620d7573 (diff) |
feature: tag filtering lotic and ui
Diffstat (limited to 'api.d.ts')
-rw-r--r-- | api.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ export type OrgRoamGraphReponse = { nodes: OrgRoamNode[] links: OrgRoamLink[] + tags: string[] } export type OrgRoamNode = { |