import type { Pagination } from './Pagination'; import type { TimeSpentByUsersInCourseData } from './TimeSpentByUsersInCourseData'; export type TimeSpentByUsersInCourse = { data?: Array; pagination: Pagination; };