Interface IScheduler

interface IScheduler {
    preview(): IPreview;
    review(state: Grade): RecordLogItem;
}

Implemented by

Methods

Methods