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

8 lines
128 B
Kotlin

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