feat: minify json

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-08 06:43:11 +00:00
parent 4a956bf916
commit 90d3c0801e
10 changed files with 211 additions and 103 deletions

View File

@@ -17,7 +17,7 @@ interface ToolContentPropsBase<T, I> extends ToolComponentProps {
// Tool options
initialValues: T;
getGroups: GetGroupsType<T>;
getGroups: GetGroupsType<T> | null;
// Computation function
compute: (optionsValues: T, input: I) => void;