@parra/parra-js-sdk 0.3.528 → 0.3.529
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/dist/ParraAPI.d.ts +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -1604,6 +1604,8 @@ export interface CourseInstructor {
|
|
1604
1604
|
avatar?: ImageAssetStub | null;
|
1605
1605
|
verified: boolean;
|
1606
1606
|
bio?: string | null;
|
1607
|
+
title?: string | null;
|
1608
|
+
credentials?: Array<string> | null;
|
1607
1609
|
}
|
1608
1610
|
export interface AppCourse {
|
1609
1611
|
id: string;
|