export interface FastCommentsAPINotificationCount { id: string; count: number; createdAt: string; expireAt: string; }