fix(backend): Merge-conflicten opgelost.

This commit is contained in:
Gerald Schmittinger 2025-04-09 19:51:15 +02:00
parent 8c387d6811
commit fb3c37ce5a
8 changed files with 79 additions and 49 deletions

View file

@ -13,6 +13,7 @@ export interface QuestionDTO {
export interface QuestionData {
author?: string;
inGroup: GroupDTO;
content: string;
}