import type { PlatformApplicationCourseAssignmentItem } from './PlatformApplicationCourseAssignmentItem'; /** * Body for assigning courses (#2134): one or many items in a single call. */ export type PlatformApplicationCourseAssignment = { assignments: Array; };