Member Junction
    Preparing search index...

    Result of the GetCourses action

    interface GetCoursesResult {
        Courses: LearnWorldsCourse[];
        Summary: CourseCatalogSummary;
        TotalCount: number;
    }
    Index

    Properties

    TotalCount: number