From 7fb8b79c53a98235c7d4569426dcc867a652ec9f Mon Sep 17 00:00:00 2001 From: ayaanoncrypto <1.06945712e+08+ayaanoncrypto@users.noreply.github.com> Date: Thu, 27 Aug 2026 02:05:41 +0000 Subject: [PATCH] fix: resolve incorrect EmptyNetwork type definition --- src/types/network.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/network.d.ts b/src/types/network.d.ts index 34852804e..8c5dca2c7 100644 --- a/src/types/network.d.ts +++ b/src/types/network.d.ts @@ -1,4 +1,4 @@ -type EmptyNetwork = ValidNetwork +type EmptyNetwork = Partial type ValidNetwork = { name: string