* fix: add explicit type annotation to CalComAdapter function Resolves TS7056 error where inferred type exceeded maximum length the compiler will serialize. Added custom CalComAdapterType type annotation to provide explicit typing while preserving existing functionality of the authentication adapter. The custom type annotation matches the actual implementation structure and resolves the TypeScript compilation error without breaking the existing NextAuth adapter functionality. Co-Authored-By: alex@cal.com <me@alexvanandel.com> * fix: replace any types with proper NextAuth Adapter typing - Import Awaitable type from next-auth for proper async typing - Define CalComAdapter type using Cal.com's actual Prisma types - Remove all any types following TypeScript best practices - Maintain compatibility with NextAuth's expected interface - Resolves TS7056 compilation error with explicit typing Co-Authored-By: alex@cal.com <me@alexvanandel.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex@cal.com <me@alexvanandel.com>