@refinio/one.models
    Preparing search index...

    Collection of Questionnaire Responses

    interface QuestionnaireResponses {
        $type$: "QuestionnaireResponses";
        name?: string;
        response: QuestionnaireResponse[];
        type?: string;
    }
    Index

    Properties

    $type$: "QuestionnaireResponses"
    name?: string
    type?: string