Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Id(val type: String, val tag: String)
Link copied to clipboard
@Serializable
data class Station(val id: Id, val name: String, val icon: Icon, val mtsIcon: Icon, val idForFrom: String, val restrictions: Restrictions, val restrictions2: Restrictions, val fullImageUrl: String? = null, val parentId: Id? = null)