We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731208f commit 3173ff5Copy full SHA for 3173ff5
1 file changed
README.md
@@ -140,12 +140,14 @@ return `Course` object
140
Course = {
141
id: string,
142
name: string,
143
+ description?: string,
144
modules: Module[],
145
assignments: Assignment[],
146
creationDate: Date,
147
archivedDate: Date,
148
archived: boolean,
149
start?: Date,
150
+ end?: Date,
151
timezone?: string,
152
tags?: string[]
153
}
@@ -172,12 +174,14 @@ return `Course` object
172
174
173
175
176
177
178
179
180
181
182
183
184
185
186
187
0 commit comments