UserInfoType

public enum UserInfoType: String

The tpye of the user. The StackExchange API returns different types of users depending on the use-case.

Author

FelixSFD
  • This user-type can contain all available properties

    Declaration

    Swift

    case full = "full_user"
  • This user-type could contain anything, but most likely, it is not initialized correctly.

    Declaration

    Swift

    case undefined = "undefined"