interface ISurveyModel {
    customData: {
        [key: string]: string;
    };
    languageId: null | number;
    programKey: string;
    respondentValue: {
        [key: string]: string;
    };
    serverId: string;
    surveyId: string;
}

Properties

customData: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
languageId: null | number
programKey: string
respondentValue: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
serverId: string
surveyId: string

Generated using TypeDoc