@inseefr/lunatic 3.5.6 → 3.5.7

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.
@@ -193,6 +193,9 @@ export declare function getComponentTypeProps(component: DeepTranslateExpression
193
193
  conditionFilter?: boolean;
194
194
  }) | (import("../../components/type").LunaticBaseProps<string | null> & import("../..").LunaticExtraProps & {
195
195
  options: Array<import("./propOptions").InterpretedOption>;
196
+ response: {
197
+ name: string;
198
+ };
196
199
  componentType?: "CheckboxOne";
197
200
  orientation?: "horizontal" | "vertical";
198
201
  detailAlwaysDisplayed?: boolean;