Gradebook Frontend Documentation - v0.0.0
    Preparing search index...
    interface GradeHistory {
        action: Action;
        date: Date;
        id: string;
        newValue: null | number;
        oldValue: null | number;
    }
    Index

    Properties

    action: Action
    date: Date
    id: string
    newValue: null | number
    oldValue: null | number