Appearance
@sylis/shared / GenerateReadingReqDto
Interface: GenerateReadingReqDto
Defined in: ai/exam.dto.ts:34
Properties
articleType?
optional
articleType:"story"
|"news"
|"essay"
|"conversation"
Defined in: ai/exam.dto.ts:39
difficulty?
optional
difficulty:"easy"
|"medium"
|"hard"
Defined in: ai/exam.dto.ts:36
length?
optional
length:"medium"
|"short"
|"long"
Defined in: ai/exam.dto.ts:38
theme?
optional
theme:string
Defined in: ai/exam.dto.ts:37
words
words:
WordDto
[]
Defined in: ai/exam.dto.ts:35