rcdbquery/src/main/kotlin/de/pheerai/rcdbquery/dataMappings/RelevantForAll.kt
Oliver Rümpelein d8412c32f2 Add more search types:
- Classification
 - Status
 - Make some `order` params invisible for `all` params
 - Solved some order types
2020-04-30 16:30:16 +02:00

6 lines
104 B
Kotlin

package de.pheerai.rcdbquery.dataMappings
interface RelevantForAll {
val relevantForAll: Boolean
}