Skip to main content

MobileConnectResponse

Defines the mobile connect response:


type MobileConnectResponse = {
walletconnectUrl: string;
iosUrl: string;
androidUrl: string;
};