From f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Mon, 19 Jul 2021 20:06:08 +0300 Subject: Apply Prettier --- api.d.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'api.d.ts') diff --git a/api.d.ts b/api.d.ts index 3bbea6d..b2d8b98 100644 --- a/api.d.ts +++ b/api.d.ts @@ -1,15 +1,15 @@ export type OrgRoamGraphReponse = { - nodes: OrgRoamNode[] - links: OrgRoamLink[] + nodes: OrgRoamNode[] + links: OrgRoamLink[] } export type OrgRoamNode = { - id: string - file: string - title: string + id: string + file: string + title: string } export type OrgRoamLink = { - source: string - dest: string + source: string + dest: string } -- cgit v1.2.3