type WalletConnectSession = { origin?: string; topic: string };
type origin = string;
type topic = string;