AuthAndWalletRpcReturnType
type AuthAndWalletRpcReturnType =
AuthStoredTokenWithCookieReturnType & {
walletDetails: SetUpWalletRpcReturnType;
};
type AuthAndWalletRpcReturnType =
AuthStoredTokenWithCookieReturnType & {
walletDetails: SetUpWalletRpcReturnType;
};