@pocketprep/types 1.16.24 → 1.16.26
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 +3 -0
- package/Study/Cloud.d.ts +3 -1
- package/package.json +1 -1
package/Study/Class.d.ts
CHANGED
|
@@ -636,6 +636,9 @@ export type MockExamPayload = Payload<MockExam>
|
|
|
636
636
|
export type Reference = Parse.Object<{
|
|
637
637
|
citationTemplate: string
|
|
638
638
|
weaviateCollectionName: string
|
|
639
|
+
name?: string
|
|
640
|
+
isbn13?: string
|
|
641
|
+
filename?: string
|
|
639
642
|
}>
|
|
640
643
|
|
|
641
644
|
export type ReferenceJSON = ReturnType<Reference['toJSON']>
|
package/Study/Cloud.d.ts
CHANGED