File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ declare namespace classData {
12
12
className : string
13
13
}
14
14
15
+ export interface Subject {
16
+ name : string
17
+ color : ColorCodeString
18
+ }
19
+
20
+ export interface Video {
21
+ title : string
22
+ url : UrlString
23
+ thumbnailUrl : UrlString
24
+ }
25
+
26
+ export interface Material {
27
+ title : string
28
+ url : UrlString
29
+ }
30
+
15
31
export interface Lesson {
16
32
startTime : Date
17
33
endTime : Date
@@ -28,22 +44,6 @@ declare namespace classData {
28
44
export interface LessonWithId extends Lesson {
29
45
id : LessonId
30
46
}
31
-
32
- export interface Subject {
33
- name : string
34
- color : ColorCodeString
35
- }
36
-
37
- export interface Video {
38
- title : string
39
- url : UrlString
40
- thumbnailUrl : UrlString
41
- }
42
-
43
- export interface Material {
44
- title : string
45
- url : UrlString
46
- }
47
47
}
48
48
49
49
export default classData
You can’t perform that action at this time.
0 commit comments