localStorageKeys: {
    MENU_SHOW: string;
    pocket: {
        POCKET: string;
        POCKET_ACCOUNT: string;
    };
} = ...

Type declaration

  • MENU_SHOW: string
  • pocket: {
        POCKET: string;
        POCKET_ACCOUNT: string;
    }
    • POCKET: string
    • POCKET_ACCOUNT: string