Type Alias CourseSubCategoryInterface

CourseSubCategoryInterface: {
    title: string;
    visibility: CourseVisibility;
    thumbnailUrl?: string;
    posts?: CoursePostInterface[];
}

Type declaration