Merge branch 'dev' into feat/question-routes
This commit is contained in:
commit
0dafb2a3f5
9 changed files with 169 additions and 12 deletions
|
@ -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[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue