Interface Absences

interface Absences {
    absenceReasons: [];
    absences: Absence[];
    excuseStatuses: boolean;
    showAbsenceReasonChange: boolean;
    showCreateAbsence: boolean;
}

Properties

absenceReasons: []
absences: Absence[]
excuseStatuses: boolean
showAbsenceReasonChange: boolean
showCreateAbsence: boolean

Generated using TypeDoc