Interface IScheduler

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

Methods

Methods