Merge branch 'dev' into feat/question-routes

This commit is contained in:
Gabriellvl 2025-04-07 17:55:37 +02:00 committed by GitHub
commit 0dafb2a3f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 169 additions and 12 deletions

View file

@ -2,6 +2,7 @@ import type { QuestionData, QuestionDTO, QuestionId } from "@dwengo-1/common/int
import { BaseController } from "@/controllers/base-controller.ts";
import type { LearningObjectIdentifierDTO } from "@dwengo-1/common/interfaces/learning-content";
export interface QuestionsResponse {
questions: QuestionDTO[] | QuestionId[];
}