Interface StatisticsRequest<T>

Type Parameters

  • T extends "time" | "subject"

Hierarchy

  • StatisticsRequest

Properties

by: T
from: string

Format

YYYY-MM-DD

student: {
    id: number;
}

Type declaration

  • id: number

    Id of the Student

    Important

    Its not the ID of the User. Use associatedStudent.id from getLoginStatus

type: "sum-all" | "count-absent" | "count-belated"
unexcusedOnly?: boolean

Default

false

until: string

Format

YYYY-MM-DD

Generated using TypeDoc