OneSDK — OneComme 9.1.1
    Preparing search index...
    interface SurveyResult {
        choices: ChoiceData[];
        id: string;
        message: string;
        meta: string;
        result: string[];
        status: "started" | "updated" | "closed";
        title: string;
        total: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    choices: ChoiceData[]
    id: string
    message: string
    meta: string
    result: string[]
    status: "started" | "updated" | "closed"
    title: string
    total: number