diff options
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 = { |