evo360-types 1.1.50 → 1.1.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -77,7 +77,7 @@ export interface ISurveySection extends IFireDoc {
|
|
|
77
77
|
questions?: (ISurveyQuestionEssay | ISurveyQuestionScale | ISurveyQuestionMultipleChoice)[];
|
|
78
78
|
readonly question_counters?: IQuestionCounters;
|
|
79
79
|
}
|
|
80
|
-
export interface ISurvey extends
|
|
80
|
+
export interface ISurvey extends IFireDoc {
|
|
81
81
|
name: string;
|
|
82
82
|
description?: string;
|
|
83
83
|
status: SurveyStatus;
|
|
@@ -101,7 +101,7 @@ export interface ISurveySection extends IFireDoc {
|
|
|
101
101
|
readonly question_counters?: IQuestionCounters;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
export interface ISurvey extends
|
|
104
|
+
export interface ISurvey extends IFireDoc {
|
|
105
105
|
name: string;
|
|
106
106
|
description?: string;
|
|
107
107
|
status: SurveyStatus;
|