commonMain.email.service.EmailResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of KSend Show documentation
Show all versions of KSend Show documentation
A description of what my library does.
package email.service
data class EmailResponse(
val statusCode: Int,
val body: String,
val headers: Map>
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy