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 (9 loc) 192 B
interface CanvasRubricAssessment { // Keys are criterion ids [k: string]: { points: number, rating_id: string, comments: string, } }; export default CanvasRubricAssessment;