export interface IAgreementHistoryAttr { HistoryId: number; AgreementNo: string; ActivityCompleted: string; MediaId: string; CreatedAt: Date; }