@clxmedia/types 1.0.183 → 1.0.184
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.
|
@@ -266,6 +266,7 @@ export type CLXNumberFormField = CLXPlainFormFieldBase & {
|
|
|
266
266
|
export type CLXTextAreaFormField = CLXFormField & {
|
|
267
267
|
type: "textarea";
|
|
268
268
|
response_type: "STRING";
|
|
269
|
+
plain_text?: boolean;
|
|
269
270
|
};
|
|
270
271
|
export type CLXSelectableFormField = CLXFormField & {
|
|
271
272
|
select_type: CLXFormSelectType;
|