• 用户学习数据

    Returns Promise<{
        courseLearnedCount: string;
        courseLearningCount: string;
        courseToLearnCount: string;
        courseTotalCount: string;
        durationsByDay: number;
        durationsByMonth: number;
        durationsByWeek: number;
        learnerId: string;
        requiredLearnedCount: string;
        requiredLearningCount: string;
        requiredToLearnCount: string;
        requiredTotalCount: string;
        totalDuration: number;
    }>

Generated using TypeDoc