UNPKG

caccl-api

Version:

A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.

14 lines (12 loc) 239 B
interface CanvasStudentInCourseParticipationData { page_views: { [k: string]: number }, participations: ( { created_at: string, url: string, } )[], }; export default CanvasStudentInCourseParticipationData;