We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9db2 commit f2ced9bCopy full SHA for f2ced9b
packages/db/src/core/interfaces/adminDB.ts
@@ -1,4 +1,4 @@
1
-import { ClassroomConfig } from '@vue-skuilder/common';
+import { ClassroomConfig, CourseConfig } from '@vue-skuilder/common';
2
3
/**
4
* Admin functionality
@@ -12,7 +12,7 @@ export interface AdminDBInterface {
12
13
* Get all courses
14
*/
15
- getCourses(): Promise<PouchDB.Core.Document<{}>[]>;
+ getCourses(): Promise<CourseConfig[]>;
16
17
18
* Remove a course
0 commit comments