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 (7 loc) 137 B
interface CanvasTerm { id: number, name: string, start_at?: string | null, end_at?: string | null, } export default CanvasTerm;