Pawnote
    Preparing search index...

    Type Alias Grade

    Grade: Readonly<
        {
            average?: GradeValue;
            coefficient: number;
            comment: string;
            commentaireSurNote?: string;
            correctionFile?: Attachment;
            date: Date;
            defaultOutOf?: GradeValue;
            id: string;
            isBonus: boolean;
            isOptional: boolean;
            isOutOf20: boolean;
            max?: GradeValue;
            min?: GradeValue;
            outOf: GradeValue;
            subject: Subject;
            subjectFile?: Attachment;
            value: GradeValue;
        },
    >