From cfaacda30b6ea907c96ec3704d45646f24ffc370 Mon Sep 17 00:00:00 2001 From: RenauxLeaInsee <153934662+RenauxLeaInsee@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:51:30 +0100 Subject: [PATCH] feat: remove configuration in content type (#91) --- src/types/ContentSurvey.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/types/ContentSurvey.ts b/src/types/ContentSurvey.ts index 6269ecf..8ecfbd4 100644 --- a/src/types/ContentSurvey.ts +++ b/src/types/ContentSurvey.ts @@ -34,11 +34,4 @@ export type ContentSurvey = { body: string; }[]; }; - configuration: { - listOptionsObjetMailAssistance: { - auth: boolean; - value: string; - displayValue: string; - }[]; - }; };