Member Junction
    Preparing search index...

    Progress data from LearnWorlds API (snake_case)

    interface LearnWorldsCourseProgress {
        completedUnits: number;
        percentage: number;
        timeSpent: number;
        totalUnits: number;
    }
    Index

    Properties

    completedUnits: number
    percentage: number
    timeSpent: number
    totalUnits: number