Member Junction
    Preparing search index...

    Parameters for the UpdateUserProgress action

    interface UpdateUserProgressParams {
        CompanyID: string;
        Completed?: boolean;
        CourseID: string;
        LessonID?: string;
        Notes?: string;
        ProgressPercentage?: number;
        Score?: number;
        TimeSpent?: number;
        UserID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    Completed?: boolean
    CourseID: string
    LessonID?: string
    Notes?: string
    ProgressPercentage?: number
    Score?: number
    TimeSpent?: number
    UserID: string