@clxmedia/types 1.0.177 → 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.
|
@@ -296,6 +296,7 @@ export type CLXFormQuestion = {
|
|
|
296
296
|
help_link?: string;
|
|
297
297
|
response_options: CLXFormQuestionResponseOptions;
|
|
298
298
|
default_response?: CLXFormResponseValue;
|
|
299
|
+
default_demo_response?: CLXFormResponseValue;
|
|
299
300
|
};
|
|
300
301
|
export type CLXFormQuestions = {
|
|
301
302
|
[questionSlug: string]: CLXFormQuestion;
|