5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
package com.acitelight.aether.model
|
|
|
|
data class TokenResponse(
|
|
val token: String
|
|
) |