diff --git a/src/session/model/SessionInterfaces.ts b/src/session/model/SessionInterfaces.ts index cfb0909..4a3432e 100644 --- a/src/session/model/SessionInterfaces.ts +++ b/src/session/model/SessionInterfaces.ts @@ -38,7 +38,7 @@ export type IUserProfile = { [Key: string]: any; }, [UserProfileKeys.TokenPermissions]?: { - [Key: string]: any; + [Key: string]: string; } };