Hi! Have an typing issue with 'request' following the next forge tutorial to switch to better auth.
On the following code, have an error on the request object in the getSession method : Type 'NextRequest' has no properties in common with type 'Prettify<{ query?: { disableCookieCache?: boolean | undefined; disableRefresh?: boolean | undefined; } | undefined; fetchOptions?: { method?: string | undefined; headers?: (HeadersInit & (HeadersInit | CommonHeaders)) | undefined; ... 33 more ...; disableValidation?: boolean | undefined; } | undefined; }>'.ts(2559)
createAuthClient is from "better-auth/client"
Using Next15, React19