Pawnote
    Preparing search index...

    Type Alias Assignment

    Assignment: Readonly<
        {
            attachments: Attachment[];
            backgroundColor: string;
            deadline: Date;
            description: string;
            difficulty: AssignmentDifficulty;
            done: boolean;
            id: string;
            length?: number;
            resourceID?: string;
            return: AssignmentReturn;
            subject: Subject;
            themes: AssignmentTheme[];
        },
    >