import { StoreState } from 'app/common/store/store.types'; export const selectUpdateNotifications = (state: StoreState) => state.updateNotifications;