export type NotificationMessage = { sound?: string; title: string; body: string; data?: any; };