UNPKG

caccl

Version:

Canvas App Complete Connection Library: an all-in-one library for connecting your app to Canvas, handling lti, access tokens, and api.

18 lines (17 loc) 538 B
declare type CanvasCourseLevelStudentSummary = ({ id: number; page_views?: number | null; page_views_level?: string | null; max_page_view?: number | null; participations?: number | null; participations_level?: string | null; max_participations?: number | null; tardiness_breakdown: { total?: number | null; on_time?: number | null; late?: number | null; missing?: number | null; floating?: number | null; }; })[]; export default CanvasCourseLevelStudentSummary;