diff --git a/frontend/src/utils/nestedObjectUtils.ts b/frontend/src/utils/nestedObjectUtils.ts index 797ece2..78588e9 100644 --- a/frontend/src/utils/nestedObjectUtils.ts +++ b/frontend/src/utils/nestedObjectUtils.ts @@ -1,4 +1,5 @@ type Data = { + // eslint-disable-next-line @typescript-eslint/no-explicit-any [key: string]: any; };