Interface for the data object.

interface IData {
    realizations: {
        endDate: string;
        startDate: string;
        studentGroups: { code: string }[];
    }[];
}

Properties

Properties

realizations: {
    endDate: string;
    startDate: string;
    studentGroups: { code: string }[];
}[]

The realizations of the data