refactor: split api into api, api-cli & api-plugin

This commit is contained in:
2023-06-02 16:41:25 +02:00
parent 495a63977c
commit b21833de40
205 changed files with 1981 additions and 1492 deletions

View File

@@ -43,14 +43,12 @@ export interface SCCourseOfStudyWithoutReferences
/**
* The modes the course of study is offered in
*
* @filterable
*/
mode?: SCCourseOfStudyMode;
/**
* The time modes the course of study is offered in
*
* @filterable
*/
timeMode?: SCCourseOfStudyTimeMode;
@@ -68,7 +66,6 @@ export interface SCCourseOfStudyWithoutReferences
/**
* A course of study
*
* @validatable
* @indexable
*/