export type NotificationType = 'NO_PUSH' | 'REGULAR' | 'SILENT_PUSH';
