Files
scavengerhunt-api/src/main/kotlin/net/halfbinary/scavengerhuntapi/model/FoundStatus.kt

8 lines
128 B
Kotlin

package net.halfbinary.scavengerhuntapi.model
enum class FoundStatus {
SUBMITTED,
APPROVED,
REJECTED,
REMOVED
}