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

    Interface AssignmentWorksheetUpsert

    interface AssignmentWorksheetUpsert {
        content: BodyWorksheet[];
        endsAt: number;
        graded: boolean;
        id: string;
        index: number;
        points: number;
        startsAt: number;
        tags: string[];
        title: string;
        type: "WORKSHEET";
        visible: boolean;
        worksheetKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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