Skip to content

@sylis/shared v1.0.0


@sylis/shared / ReadingArticle

Interface: ReadingArticle

Defined in: ai/types/exam.types.ts:37

Properties

content

content: string

Defined in: ai/types/exam.types.ts:39


difficulty

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

Defined in: ai/types/exam.types.ts:41


title

title: string

Defined in: ai/types/exam.types.ts:38


usedWords

usedWords: string[]

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


wordCount

wordCount: number

Defined in: ai/types/exam.types.ts:40