What is the betterAuth({}) type?

Hi community,

const auth = betterAuth({
  //database: ...
});


Let's say we need to propagate our auth const, send through some context, whatever. How can we actually define the type returned by betterAuth({})?
Was this page helpful?