@juki-team/commons - v0.2.19
    Preparing search index...

    Interface AssignmentCourseUpsert

    interface AssignmentCourseUpsert {
        content: BodyWorksheet[];
        courseKey: string;
        endsAt: number;
        graded: boolean;
        id: string;
        index: number;
        points: number;
        startsAt: number;
        tags: string[];
        title: string;
        type: "COURSE";
        visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: BodyWorksheet[]
    courseKey: string
    endsAt: number
    graded: boolean
    id: string
    index: number
    points: number
    startsAt: number
    tags: string[]
    title: string
    type: "COURSE"
    visible: boolean