fix: suppress eslint any warning in get-signer

This commit is contained in:
2026-02-23 08:31:07 +03:00
parent b034954fd1
commit ef44b06a47
+1
View File
@@ -13,6 +13,7 @@ import type { ApiPromise } from '@pezkuwi/api';
type WalletSource = 'extension' | 'walletconnect' | 'native' | null;
interface SignerResult {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
signer: any; // Compatible with @pezkuwi/api Signer
}