export interface EmailHistory { sent: boolean; sendDate: string; emailTemplate: string; errorMessage: string; toUserName: string; }