/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type VideosSpecificCourseData = { /** * Course name */ display_name: string; /** * Video Id */ id: string; /** * Video duration */ duration: number; /** * Total time spent by users watching */ total_time: number; /** * Total users who have watched this video */ total_users: number; /** * Average time spent per learner */ average_time: number; };