MDAggregate

public struct MDAggregate : Decodable

Structure representing an aggregation of volumes and chapters returned by MangaDex

  • The status of the result returned by the MangaDex API

    Declaration

    Swift

    public let status: MDResultStatus
  • The list of aggregated volumes and chapters

    Declaration

    Swift

    public let volumes: [String : MDAggregatedVolume]