UNPKG

caccl-api

Version:

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

10 lines (9 loc) 198 B
interface CanvasCustomColumn { id: number; teacher_notes: boolean; title: string; position: number; hidden: boolean; read_only: boolean; } export default CanvasCustomColumn;