@refinio/one.models
    Preparing search index...
    interface CanRiskResult {
        $type$: "CanRiskResult";
        ownerIdHash: SHA256IdHash<Person>;
        questionnaireResponsesHash?: QuestionnaireResponsesHash;
        result: string;
    }
    Index

    Properties

    $type$: "CanRiskResult"
    ownerIdHash: SHA256IdHash<Person>
    questionnaireResponsesHash?: QuestionnaireResponsesHash
    result: string