UNPKG

caccl-api

Version:

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

7 lines (6 loc) 167 B
type CanvasCourseLevelParticipationData = ({ date: string; participations: number; views: number; })[]; export default CanvasCourseLevelParticipationData;