sesaparcours
    Preparing search index...

    Interface ResultValues

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

    Properties

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