t-convex-nextjs-saas/convex/betterAuth/auth.ts
nxtkofi a1e653bbf7 fix(types): replace any with proper type in better-auth auth
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-21 20:52:49 +02:00

3 lines
111 B
TypeScript

import { createAuth } from '../auth';
export const auth = createAuth({} as Parameters<typeof createAuth>[0]);