Skip to main content
Module

x/gesso/types/models.ts>PollSession

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

Properties

id: number
poll_id: number
course_id: number
course_section_id: number
is_published: boolean
has_public_results: boolean
created_at: Date
results: { [key: string]: number; }
poll_submissions: PollSubmission[] | null