fix(backend): Merge-conflicten opgelost.
This commit is contained in:
parent
8c387d6811
commit
fb3c37ce5a
8 changed files with 79 additions and 49 deletions
|
@ -13,6 +13,7 @@ export interface QuestionDTO {
|
|||
|
||||
export interface QuestionData {
|
||||
author?: string;
|
||||
inGroup: GroupDTO;
|
||||
content: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue