Next.jsType '"[whichever role I want to add]"' is not assignable to type '"user" | "admin" | ("user" | "admin")[]'. Did you mean '"admin"'?setRole takes string | string[], but here, it says role is "user" | "admin" | ("user" | "admin")[]. Now, the function still works, strangely enough. But the red text indicates there's a problem, and if I ignore it, I'll inevitably run into it later.permissions.ts (based off of the docs, because I'm just testing):