From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.d.ts') diff --git a/api.d.ts b/api.d.ts index b2d8b98..8053efc 100644 --- a/api.d.ts +++ b/api.d.ts @@ -11,5 +11,5 @@ export type OrgRoamNode = { export type OrgRoamLink = { source: string - dest: string + target: string } -- cgit v1.2.3