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 (10 loc) 236 B
interface CanvasTab { html_url: string; id: string; label: string; type: string; hidden?: boolean | null; visibility: ('public' | 'members' | 'admins' | 'none'); position: number; } export default CanvasTab;