enums.typeAliases.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WarframeMarKT Show documentation
Show all versions of WarframeMarKT Show documentation
Kotlin wrapper for api.warframe.market
package enums
//TODO: use inline classes instead of typealiases for *actual* type saftey
typealias IdAuction = String
typealias IdBid = String
typealias IdChat = String
typealias IdDucats = String
typealias IdItem = String
typealias IdMessage = String
typealias IdOrder = String
typealias IdReview = String
typealias IdSnapshot = String
typealias IdUser = String
typealias ItemUrlName = String
typealias ResourceLocation = String
© 2015 - 2025 Weber Informatics LLC | Privacy Policy