/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type CourseCreationTaskFile = { readonly id: number; course_creation_task: number; file: string; readonly date_created: string; readonly last_modified: string; };