Merge branch 'dev' into feat/endpoints-in-backend-om-eigen-leerpaden-en-leerobjecten-toe-te-voegen-aan-de-databank-#248
This commit is contained in:
commit
f05994fa5e
70 changed files with 904 additions and 357 deletions
|
@ -13,8 +13,8 @@ export interface QuestionDTO {
|
|||
|
||||
export interface QuestionData {
|
||||
author?: string;
|
||||
content: string;
|
||||
inGroup: GroupDTO;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface QuestionId {
|
||||
|
|
4
common/src/util/account-types.ts
Normal file
4
common/src/util/account-types.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export enum AccountType {
|
||||
Student = 'student',
|
||||
Teacher = 'teacher',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue