mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
export enum SettingsMenuSelectors {
|
|
GetSupportMenuItem = 'get-support-menu-item',
|
|
SettingsMenuBtn = 'settings-menu-btn',
|
|
SwitchAccountMenuItem = 'switch-account-menu-item',
|
|
SwitchAccountItemIndex = 'switch-account-item-[index]',
|
|
OpenWalletInNewTab = 'open-wallet-in-new-tab',
|
|
}
|