/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * One course assignment: which candidate, which course, and the dates. */ export type PlatformApplicationCourseAssignmentItem = { candidate_id: number; course_id: string; started?: string; expired?: string; placement_id?: number; };