mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-10 09:22:21 +00:00
add verifregisterreponse
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package com.alya.ecommerce_serang.data.api.response.auth
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
data class VerifRegisterResponse(
|
||||
|
||||
@field:SerializedName("available")
|
||||
val available: Boolean
|
||||
)
|
Reference in New Issue
Block a user