Member Junction
    Preparing search index...
    interface CourseLesson {
        duration?: number;
        durationText?: string;
        hasAssignment: boolean;
        hasQuiz: boolean;
        hasVideo: boolean;
        id: string;
        isFree: boolean;
        order: number;
        title: string;
        type: string;
    }
    Index

    Properties

    duration?: number
    durationText?: string
    hasAssignment: boolean
    hasQuiz: boolean
    hasVideo: boolean
    id: string
    isFree: boolean
    order: number
    title: string
    type: string