File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export interface IUpcomingSlot {
53
53
}
54
54
export interface IUpcomingSubject {
55
55
subject : string ;
56
- slots : string [ ] ;
56
+ slots : string [ ] ;
57
57
}
58
58
export interface CloudinaryUploadWidgetProps {
59
59
info : CloudinaryUploadResult ;
@@ -74,20 +74,20 @@ export interface PaperResponse {
74
74
export interface IAdminPaper {
75
75
public_id_cloudinary : string ;
76
76
finalUrl : string ;
77
- thumbnailUrl : string ;
77
+ thumbnailUrl : string ;
78
78
subject : string ;
79
79
slot : string ;
80
80
year : string ;
81
81
exam : "CAT-1" | "CAT-2" | "FAT" | "Model" ;
82
82
semester : "Fall Semester" | "Winter Semester" | "Summer Semester" | "Weekend Semester" ;
83
83
cloudinary_index : number ;
84
84
campus :
85
- | "Vellore"
86
- | "Chennai"
87
- | "Andhra Pradesh"
88
- | "Bhopal"
89
- | "Bangalore"
90
- | "Mauritius" ;
85
+ | "Vellore"
86
+ | "Chennai"
87
+ | "Andhra Pradesh"
88
+ | "Bhopal"
89
+ | "Bangalore"
90
+ | "Mauritius" ;
91
91
answerKeyIncluded ?: boolean ;
92
92
isSelected ?: boolean ;
93
93
}
@@ -139,7 +139,7 @@ export interface DecryptedLoginResponse {
139
139
}
140
140
export interface IUpcomingPaper extends mongo . Document {
141
141
subject : string ;
142
- slots : string [ ] ;
142
+ slots : string [ ] ;
143
143
}
144
144
export interface IPaper {
145
145
_id : string ;
@@ -148,12 +148,12 @@ export interface IPaper {
148
148
thumbnailUrl : string ;
149
149
semester : "Fall Semester" | "Winter Semester" | "Summer Semester" | "Weekend Semester" ;
150
150
campus :
151
- | "Vellore"
152
- | "Chennai"
153
- | "Andhra Pradesh"
154
- | "Bhopal"
155
- | "Bangalore"
156
- | "Mauritius" ;
151
+ | "Vellore"
152
+ | "Chennai"
153
+ | "Andhra Pradesh"
154
+ | "Bhopal"
155
+ | "Bangalore"
156
+ | "Mauritius" ;
157
157
slot : string ;
158
158
subject : string ;
159
159
year : string ;
You can’t perform that action at this time.
0 commit comments