export type NotificationStatus = 'not_attempted' | 'needs_retry' | 'delivered' | 'failed';