Other Type Aliases

The following type aliases are available globally.

  • Contains the number of editions per month and grouped by year in a time interval.

    Format for years and months is numeric (e.g. “2023”, “01”).

    See EditionProvider.editionCounts.

    Declaration

    Swift

    public typealias EditionCounts = [String : [String : Int]]
  • Undocumented

    Declaration

    Swift

    public typealias ViewControllerProvider = (Bool) -> (UIViewController)