Interface UpsertClassCycleSessionAssignmentDTO

interface UpsertClassCycleSessionAssignmentDTO {
    content: BodyWorksheetType[];
    endTimestamp: number;
    graded: boolean;
    id: string;
    index: number;
    key: string;
    points: number;
    startTimestamp: number;
    tags: string[];
    title: string;
    type: AssignmentClass;
    visible: boolean;
}

Hierarchy (view full)

Properties

endTimestamp: number
graded: boolean
id: string
index: number
key: string
points: number
startTimestamp: number
tags: string[]
title: string
visible: boolean