/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { PlatformApplicationCourseAssignmentItem } from './PlatformApplicationCourseAssignmentItem'; /** * Body for assigning courses (#2134): one or many items in a single call. */ export type PlatformApplicationCourseAssignment = { assignments: Array; };