mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-13 12:21:01 +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;
|
type WalletSource = 'extension' | 'walletconnect' | 'native' | null;
|
||||||
|
|
||||||
interface SignerResult {
|
interface SignerResult {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
signer: any; // Compatible with @pezkuwi/api Signer
|
signer: any; // Compatible with @pezkuwi/api Signer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user