What are newUserProps()
I'm reading saaskit source, and I don't understand the point of
newUserProps(). Why not just define isSubscribed in the createUser() function with all the other values as it is in the interface as well? We could just set it to false by default?
