UNPKG

caccl-api

Version:

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

9 lines (8 loc) 179 B
interface CanvasRubricAssessment { [k: string]: { points: number; rating_id: string; comments: string; }; } export default CanvasRubricAssessment;