Created
April 4, 2021 23:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Serializable | |
data class User(val id: Int, val firstName: String, val lastName: String, val email: String, val password: String) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment