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

6 lines
114 B
Kotlin

package net.halfbinary.scavengerhuntapi.model.response
data class RefreshResponse(
val accessToken: String
)