mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
only working with dates at at string level on the model
This commit is contained in:
@@ -4,8 +4,8 @@ import { RubricItem } from "./rubricItem";
|
||||
export interface LocalAssignment {
|
||||
name: string;
|
||||
description: string;
|
||||
lockAt?: string; // ISO 8601 date string
|
||||
dueAt: string; // ISO 8601 date string
|
||||
lockAt?: string; // 21/08/2023 23:59:00
|
||||
dueAt: string; // 21/08/2023 23:59:00
|
||||
localAssignmentGroupName?: string;
|
||||
submissionTypes: AssignmentSubmissionType[];
|
||||
allowedFileUploadExtensions: string[];
|
||||
|
||||
Reference in New Issue
Block a user