interface ResultValues {
    date?: string;
    duree: number;
    evaluation?: string;
    id: string;
    nextAuto?: boolean;
    score: number;
}

Properties

date?: string
duree: number
evaluation?: string
id: string
nextAuto?: boolean
score: number