# The session represents the current login state type Session { # The user that is logged in, null if not logged in user: User }