ASF - v1.0.0
    Preparing search index...

    Interface Questionnaire

    interface Questionnaire {
        questions: GeneralQuestionDeepRelation[];
        done: boolean;
        started: Date;
        finished?: Date;
    }
    Index

    Properties

    done: boolean
    started: Date
    finished?: Date