-
-
Save skydoves/e87125faad53e44b7b9928e23f041e8c to your computer and use it in GitHub Desktop.
timeline_ui_version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Serializable | |
data class TimelineUi( | |
val version: Int, | |
val top: TimelineTopUi, | |
val center: TimelineCenterUi, | |
val bottom: TimelineBottomUi | |
) : UiComponent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment