Skip to content

@sylis/shared v1.0.0


@sylis/shared / ReadingArticleDto

Interface: ReadingArticleDto

Defined in: ai/exam.dto.ts:42

Properties

content

content: string

Defined in: ai/exam.dto.ts:44


difficulty

difficulty: "easy" | "medium" | "hard"

Defined in: ai/exam.dto.ts:46


title

title: string

Defined in: ai/exam.dto.ts:43


usedWords

usedWords: string[]

Defined in: ai/exam.dto.ts:47


wordCount

wordCount: number

Defined in: ai/exam.dto.ts:45