export interface DyNTS_Bot_LastMentionDate { memberId: string; memberName: string; allMentions: number; lastMentionDate: Date | null; } //# sourceMappingURL=bot-last-mention-date.interface.d.ts.map