Type Alias CoursePostMaterialInterface

CoursePostMaterialInterface: {
    title: string;
    type: CourseFileType;
    url: string;
}

Type declaration