Interface TrainingBasicInterface

interface TrainingBasicInterface {
    endDate: Date;
    id: number;
    name: string;
    numberOfTasks: number;
    startDate: Date;
}

Properties

endDate: Date
id: number
name: string
numberOfTasks: number
startDate: Date