Type Alias NotebookAbsence
NotebookAbsence: Readonly<
{
administrativelyFixed: boolean;
daysMissed: number;
endDate: Date;
hoursMissed: number;
id: string;
isReasonUnknown: boolean;
justified: boolean;
minutesMissed: number;
opened: boolean;
reason?: string;
shouldParentsJustify: boolean;
startDate: Date;
},
>