@uniteverses/shared 1.0.36 → 1.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -252,6 +252,11 @@ export interface OrgStudent {
|
|
|
252
252
|
export interface CreateOrgStudentInput {
|
|
253
253
|
userId: string;
|
|
254
254
|
}
|
|
255
|
+
export interface OrgWithExams {
|
|
256
|
+
id: string;
|
|
257
|
+
name: string;
|
|
258
|
+
exams: SatExam[];
|
|
259
|
+
}
|
|
255
260
|
export interface CreateSatExamTemplateInput {
|
|
256
261
|
organizationId: string;
|
|
257
262
|
title: string;
|