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