Skip to content

Commit

Permalink
feat: remove configuration in content type (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenauxLeaInsee authored Dec 6, 2024
1 parent d3975d0 commit cfaacda
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/types/ContentSurvey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,4 @@ export type ContentSurvey = {
body: string;
}[];
};
configuration: {
listOptionsObjetMailAssistance: {
auth: boolean;
value: string;
displayValue: string;
}[];
};
};

0 comments on commit cfaacda

Please sign in to comment.