export interface IPushNotification { title: string; body: string; url: string; timestamp: string; locale: string; }