interface SurveyResponseFormData {
    [key: string]: string | string[] | boolean;
}

Indexable

[key: string]: string | string[] | boolean