Skip to content

Commit 5a377e0

Browse files
authored
Merge pull request Koniverse#309 from Koniverse/koni/dev/issue-36-52
Fix bug for issue 36 (2)
2 parents ab9138f + 2ed4a1f commit 5a377e0

File tree

23 files changed

+566
-122
lines changed

23 files changed

+566
-122
lines changed

packages/extension-base/src/background/KoniTypes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ export interface KoniRequestSignatures {
741741
'pri(networkMap.enableAll)': [null, boolean];
742742
'pri(networkMap.resetDefault)': [null, boolean];
743743
'pri(apiMap.validate)': [ValidateNetworkRequest, ValidateNetworkResponse];
744+
'pri(networkMap.enableMany)': [string[], boolean];
744745
'pri(networkMap.enableOne)': [string, boolean];
745746
'pri(networkMap.disableOne)': [string, DisableNetworkResponse];
746747
'pri(networkMap.removeOne)': [string, boolean];

0 commit comments

Comments
 (0)