Skip to content

@sylis/shared v1.0.0


@sylis/shared / GetDailyPlanResDto

Interface: GetDailyPlanResDto

Defined in: learning/daily-plan.dto.ts:48

Properties

completedNewCount

completedNewCount: number

Defined in: learning/daily-plan.dto.ts:53


completedReviewCount

completedReviewCount: number

Defined in: learning/daily-plan.dto.ts:54


date

date: string

Defined in: learning/daily-plan.dto.ts:55


newWords

newWords: DailyPlanWordDto[]

Defined in: learning/daily-plan.dto.ts:49


plannedNewCount

plannedNewCount: number

Defined in: learning/daily-plan.dto.ts:51


plannedReviewCount

plannedReviewCount: number

Defined in: learning/daily-plan.dto.ts:52


reviewWords

reviewWords: DailyPlanWordDto[]

Defined in: learning/daily-plan.dto.ts:50