@pocketprep/types 1.14.9 → 1.14.10
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/Cloud.d.ts +2 -0
- package/package.json +1 -1
package/Study/Cloud.d.ts
CHANGED
|
@@ -345,6 +345,8 @@ export type fetchQuestionsByQuizIds = (params: { quizIds: string[]; compositeKey
|
|
|
345
345
|
|
|
346
346
|
export type fetchQuestionsByQuizIdsV2 = (params: { quizIds: string[]; compositeKey: string }) => Question[]
|
|
347
347
|
|
|
348
|
+
export type fetchQuestionsByQuizIdsV3 = (params: { quizIds: string[]; compositeKey: string }) => QuestionJSON[]
|
|
349
|
+
|
|
348
350
|
export type fetchSerialQuestionInfoLib = (params: { compositeKey: string }) => {
|
|
349
351
|
[key: string]: {
|
|
350
352
|
subject: string
|