Incorrect type for `SlLoginSession.profile`
jbgtmartin opened this issue · 0 comments
jbgtmartin commented
Hi,
I think that in the typings the type of SlLoginSession.profile
should be any
instead of string
. SlUserDoc.profile
is of type any
(which I think is correct), and SlLoginSession.profile
is copied from SlUserDoc.profile
in User.createSession()
, so it should have the same type.