app/api/auth/[...nextauth]/route.ts(18,7): error TS2322: Type '(profile: any, _tokens: any) => { id: string; name: string; email: string; image: string | null; }' is not assignable to type '(profile: any, tokens: TokenSetParameters) => Awaitable<User>'.
  Type '{ id: string; name: string; email: string; image: string | null; }' is not assignable to type 'Awaitable<User>'.
    Property 'role' is missing in type '{ id: string; name: string; email: string; image: string | null; }' but required in type 'User'.
