mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
fix: suppress eslint any warning in get-signer
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user