@pocketprep/types 1.16.11 → 1.16.13
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.
- package/Study/Class.d.ts +1 -0
- package/Study/Cloud.d.ts +2 -1
- package/package.json +1 -1
package/Study/Class.d.ts
CHANGED
package/Study/Cloud.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
UserExamBackgroundJSON,
|
|
31
31
|
Recommendation,
|
|
32
32
|
ConceptQuizJSON,
|
|
33
|
+
QuizJSON,
|
|
33
34
|
} from './Class'
|
|
34
35
|
|
|
35
36
|
// DEPRECATED - previously used answer package for a quiz or qotd
|
|
@@ -426,7 +427,7 @@ export type fetchUserDataV2 = (params: {
|
|
|
426
427
|
version?: string
|
|
427
428
|
includeQuestionMetrics?: boolean
|
|
428
429
|
}) => {
|
|
429
|
-
quizzes:
|
|
430
|
+
quizzes: QuizJSON[]
|
|
430
431
|
subscriptions: Subscription[]
|
|
431
432
|
user: User
|
|
432
433
|
userExamMetadata: UserExamMetadata | undefined
|