Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created May 1, 2024 18:26
Show Gist options
  • Save MkhytarMkhoian/b1c706c9717b89ff408e8d410300f5d2 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/b1c706c9717b89ff408e8d410300f5d2 to your computer and use it in GitHub Desktop.
data class Ryder(
val id: String,
val fares: List<Fare>,
val subtext: String?,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment