Skip to main content
Module

x/gesso/types/models.ts>SubmissionComment

A TypeScript API client for Canvas LMS
Latest
interface SubmissionComment
import { type SubmissionComment } from "https://deno.land/x/gesso@v0.1.2/types/models.ts";

Properties

id: number
author_id: number
author_name: string
author: string
comment: string
created_at: Date
edited_at: Date
media_comment: MediaComment | null