@Serializable
data class ChangeLogContainer(val histories: MutableList<ChangeLogEntry>)

A container for the changelog

Parameters

histories

The changelog entries

Constructors

Link copied to clipboard
constructor(histories: MutableList<ChangeLogEntry>)

Properties

Link copied to clipboard