export type Course = {
    Id: number,
    Name: string,
    Points: number
}