@clxmedia/types 1.0.176 → 1.0.178
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.
|
@@ -293,8 +293,10 @@ export type CLXFormQuestion = {
|
|
|
293
293
|
slug: string;
|
|
294
294
|
question_text: string;
|
|
295
295
|
help_text?: string;
|
|
296
|
+
help_link?: string;
|
|
296
297
|
response_options: CLXFormQuestionResponseOptions;
|
|
297
298
|
default_response?: CLXFormResponseValue;
|
|
299
|
+
default_demo_response?: CLXFormResponseValue;
|
|
298
300
|
};
|
|
299
301
|
export type CLXFormQuestions = {
|
|
300
302
|
[questionSlug: string]: CLXFormQuestion;
|