ChangeSetJsonPart

sealed interface ChangeSetJsonPart

Inheritors

Types

Link copied to clipboard
data class Deleted(val length: Int) : ChangeSetJsonPart
Link copied to clipboard
data class Inserted(val length: Int, val text: List<String>) : ChangeSetJsonPart
Link copied to clipboard
data class Kept(val length: Int) : ChangeSetJsonPart