2025SELab2-project-Dwengo/frontend/src/controllers/questions.ts
2025-04-02 12:21:04 +02:00

3 lines
163 B
TypeScript

import type {QuestionDTO, QuestionId} from "dwengo-1-common/src/interfaces/question";
export type QuestionsResponse = { questions: QuestionDTO[] | QuestionId[] }