diff --git a/src/lib/auth-options.ts b/src/lib/auth-options.ts index e486e1d..7ae3e61 100644 --- a/src/lib/auth-options.ts +++ b/src/lib/auth-options.ts @@ -17,7 +17,7 @@ declare module "next-auth" { declare module "next-auth/jwt" { interface JWT { - role: string; + role: UserRoleType; } }