6 lines
114 B
Kotlin
6 lines
114 B
Kotlin
package net.halfbinary.scavengerhuntapi.model.response
|
|
|
|
data class RefreshResponse(
|
|
val accessToken: String
|
|
)
|