This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/app/constants/notificationActionType.ts

9 lines
238 B
TypeScript

export enum NotificationActionType {
ADD_NOTIFY = 'ADD_NOTIFY',
ADD_NOTIFY_LIST = 'ADD_NOTIFY_LIST',
DELETE_NOTIFY = 'DELETE_NOTIFY',
SEEN_NOTIFY = 'SEEN_NOTIFY',
CLEAR_ALL_DATA_NOTIFY = 'CLEAR_ALL_DATA_NOTIFY'
}