MDUser

public struct MDUser : Decodable

Structure representing a user returned by MangaDex This is passed in the data property of an MDObject

  • the logged-in user’s display name

    Declaration

    Swift

    public let username: String?
  • The version of this type of object in the MangaDex API

    Declaration

    Swift

    public let version: Int