Private
Readonly
#absences
#absences: {
joursCycle: PronoteValue<Element, {
exclusionsEtab?: {
MC: boolean;
placeDebut: number;
placeFin: number;
};
jourCycle: number;
numeroSemaine: number;
}[]>;
listeAbsences: PronoteValue<Element, []>;
listeInfirmeries: PronoteValue<Element, []>;
listePunitions: PronoteValue<Element, []>;
listeRetards: PronoteValue<Element, []>;
}
Type declaration
joursCycle: PronoteValue<Element, {
exclusionsEtab?: {
MC: boolean;
placeDebut: number;
placeFin: number;
};
jourCycle: number;
numeroSemaine: number;
}[]>
listeAbsences: PronoteValue<Element, []>
listeInfirmeries: PronoteValue<Element, []>
listePunitions: PronoteValue<Element, []>
listeRetards: PronoteValue<Element, []>