ThemeResponse

public struct ThemeResponse : Codable

A root object that stores information about a collection of themes.

Properties

  • The data included in the repsonse for a theme object request.

    Declaration

    Swift

    public let data: [Theme]