Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created September 11, 2024 02:37
Show Gist options
  • Save skydoves/e87125faad53e44b7b9928e23f041e8c to your computer and use it in GitHub Desktop.
Save skydoves/e87125faad53e44b7b9928e23f041e8c to your computer and use it in GitHub Desktop.
timeline_ui_version
@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