export interface NotifInfo { author: string; title: string; content: string; }