mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
6 lines
65 B
Kotlin
6 lines
65 B
Kotlin
package model
|
|
|
|
data class AuthResponse (
|
|
val token: String
|
|
)
|