sesaparcours
    Preparing search index...

    Interface Resultat

    Un résultat j3p (toutes versions) pour la Sésathèque

    interface Resultat {
        contenu: { pathway: PathwayJson };
        date: string;
        duree: number;
        fin: boolean;
        reponse: "";
        rid?: string;
        score: number;
        type: "j3p";
    }
    Index

    Properties

    contenu: { pathway: PathwayJson }
    date: string
    duree: number
    fin: boolean
    reponse: ""
    rid?: string
    score: number
    type: "j3p"