UNPKG

caccl-api

Version:

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

12 lines (11 loc) 267 B
interface CanvasSubmissionComment { id: number; author_id: number; author_name: string; author: any; comment: string; created_at: string; edited_at?: string | null; media_comment?: any | null; } export default CanvasSubmissionComment;