Interface CourseSummaryListResponseDTO

interface CourseSummaryListResponseDTO {
    abstract: string;
    coverImageUrl: string;
    description: string;
    key: string;
    owner: UserCompanyBasicInfoResponseDTO;
    title: string;
    user: CourseUserResponseDTO;
}

Hierarchy (view full)

Properties

abstract: string
coverImageUrl: string
description: string
key: string
title: string