Interface RawDepartmentCourse

interface RawDepartmentCourse {
    title: string;
    value: string;
}

Properties

Properties

title: string
value: string