export interface Notification { data: any; alert: string sound: string; badge: number; type: string; thread: string; }