CommitSequence

@Serializable
data class CommitSequence(val count: Int)

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int