Type depends on params.by
params.by
params.by === "subject" -> StatisticBySubject[]
params.by === "subject"
StatisticBySubject[]
params.by === "time" -> StatisticByTime
params.by === "time"
StatisticByTime
Generated using TypeDoc
Description
Type depends on
params.byparams.by === "subject"->StatisticBySubject[]params.by === "time"->StatisticByTime