From 38b17678ebbf36e45b6ffb23570fd5469b7078d8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 30 May 2023 09:39:06 +0200 Subject: [PATCH] remove export from CommunityApi --- dht-node/src/dht_node/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dht-node/src/dht_node/index.ts b/dht-node/src/dht_node/index.ts index 36291904a..1bd34d316 100644 --- a/dht-node/src/dht_node/index.ts +++ b/dht-node/src/dht_node/index.ts @@ -24,7 +24,7 @@ enum ApiVersionType { V1_1 = '1_1', V2_0 = '2_0', } -export type CommunityApi = { +type CommunityApi = { api: string url: string }