Type alias UserStateOrProjection

UserStateOrProjection: UserState | ((externalState) => UserState)

A user state object or a projection to the external user state.

Type declaration