ChangelogSection

data class ChangelogSection(val type: String, val items: List<ChangelogItem>)

Constructors

Link copied to clipboard
constructor(type: String, items: List<ChangelogItem>)

Properties

Link copied to clipboard
Link copied to clipboard