UNPKG

caccl-api

Version:

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

11 lines (10 loc) 244 B
interface CanvasStudentInCourseParticipationData { page_views: { [k: string]: number; }; participations: ({ created_at: string; url: string; })[]; } export default CanvasStudentInCourseParticipationData;