package at.hannibal2.skyhanni.bazaar data class BazaarData(val apiName: String, val itemName: String, val sellPrice: Double, val buyPrice: Double)