export enum NotificationNotifyState { PENDING = 0, PROCESSING = 1, SUCCESSFUL = 2, ERROR = 3, OMITTED = 4 }