export interface DyNTS_Bot_LastMentionDate { memberId: string; memberName: string; allMentions: number; lastMentionDate: Date | null; }