We have a few remaining `any` types in the codebase that were allowed to speed up development. **Requirements:** - Audit codebase for `any` usage. - Replace with proper interfaces/Zod schemas. - Ensure `tsconfig` strict mode is fully compliant.
We have a few remaining
anytypes in the codebase that were allowed to speed up development.Requirements:
anyusage.tsconfigstrict mode is fully compliant.