freemium-survey-components 2.0.67 → 2.0.69
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.
- package/lib/types/types.d.ts +1 -0
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -267,6 +267,7 @@ export type HeaderAlignmentType = 'center' | 'left' | 'right';
|
|
|
267
267
|
export type SurveyMetaType = {
|
|
268
268
|
survey_layout?: SurveyLayoutType | null;
|
|
269
269
|
progress_bar?: boolean | null;
|
|
270
|
+
show_survey_logo?: boolean | null;
|
|
270
271
|
header_alignment?: HeaderAlignmentType | null;
|
|
271
272
|
show_info_only_on_first?: boolean;
|
|
272
273
|
is_modified?: boolean;
|