Type Alias LinkWalletParams

LinkWalletParams: {
    type: string;
    walletAddress: string;
    signature: string;
    nonce: string;
}