export type TVMWallet = { name: string; icon: string; type: 'TVM'; id: string; }; export type MVMWallet = { name: string; icon: string; type: 'MVM'; id: string; };