Skip to content

@sylis/shared v1.0.0


@sylis/shared / GetCurrentBookResDto

Interface: GetCurrentBookResDto

Defined in: learning/currentBook.dto.ts:4

Properties

book

book: null | { coverUrl: null | string; id: string; name: string; wordNum: null | number; }

Defined in: learning/currentBook.dto.ts:6


daysLeft

daysLeft: number

Defined in: learning/currentBook.dto.ts:5


newWords

newWords: number

Defined in: learning/currentBook.dto.ts:13


progress

progress: number

Defined in: learning/currentBook.dto.ts:12


totalWords

totalWords: number

Defined in: learning/currentBook.dto.ts:14