interface DashboardHistoryResponse { totalConferenceQuantity: number[]; notRecordedConferenceQuantity: number[]; recordedConferenceQuantity: number[]; conferenceHours: number[]; timeReference: string[]; } export default DashboardHistoryResponse;