OneSDK
    Preparing search index...

    Interface SurveyResult

    interface SurveyResult {
        answers: [string, Answer][];
        questionId: string;
        surveyId: string;
        voters: [string, Voter][];
    }
    Index

    Properties

    answers: [string, Answer][]
    questionId: string
    surveyId: string
    voters: [string, Voter][]