Member Junction
    Preparing search index...

    Structure for individual form answers

    interface FormAnswer {
        answer: any;
        choices?: string[];
        fieldId: string;
        fieldType: string;
        question: string;
    }
    Index

    Properties

    answer: any
    choices?: string[]
    fieldId: string
    fieldType: string
    question: string