Since v1.3.28 the following configuration no longer passes typechecks: ```ts import { betterAuth } from 'better-auth' import { admin } from 'better-auth/plugins' const auth = betterAuth({ plugins: [admin()] }) ``` GitHub issue with repro: https://github.com/better-auth/better-auth/issues/5674