Skip to content

Commit 3173ff5

Browse files
committed
add description to readme
1 parent 731208f commit 3173ff5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,14 @@ return `Course` object
140140
Course = {
141141
id: string,
142142
name: string,
143+
description?: string,
143144
modules: Module[],
144145
assignments: Assignment[],
145146
creationDate: Date,
146147
archivedDate: Date,
147148
archived: boolean,
148149
start?: Date,
150+
end?: Date,
149151
timezone?: string,
150152
tags?: string[]
151153
}
@@ -172,12 +174,14 @@ return `Course` object
172174
Course = {
173175
id: string,
174176
name: string,
177+
description?: string,
175178
modules: Module[],
176179
assignments: Assignment[],
177180
creationDate: Date,
178181
archivedDate: Date,
179182
archived: boolean,
180183
start?: Date,
184+
end?: Date,
181185
timezone?: string,
182186
tags?: string[]
183187
}

0 commit comments

Comments
 (0)