Package-level declarations

Types

Link copied to clipboard
object BetList : Table
Link copied to clipboard
data class BetListData(val rowUniqueId: UUID, val timeStamp: LocalDateTime, val playerUniqueId: UUID, val jockeyUniqueId: UUID, val betting: Int)
Link copied to clipboard
object UserAuthData : Table