Next Auth Types

I'm trying to have my JWT session just contain the user id, I've set it in the callbacks and have augmented the types but typescript is still telling me that the uid value does not exist on the type JWT
image.png
image.png
Was this page helpful?