import { type Course } from "https://deno.land/x/gesso@v0.1.2/types/models.ts";
Properties
grading_periods: GradingPeriod[] | null
created_at: Date
start_at: Date
end_at: Date
enrollments: Enrollment[] | null
term: EnrollmentTerm | null
course_progress: CourseProgress | null
permissions: CoursePermissions
blueprint_restrictions: BlueprintRestriction
blueprint_restrictions_by_object_type: BlueprintRestrictionsByObjectType