export interface Notification { currency: number; notificationType: number; target: string; }