Skip to content

Instantly share code, notes, and snippets.

@Raiden18
Last active May 31, 2022 18:45
Show Gist options
  • Save Raiden18/e1d80a27a7a20b53a60bd76e1f9a2e8b to your computer and use it in GitHub Desktop.
Save Raiden18/e1d80a27a7a20b53a60bd76e1f9a2e8b to your computer and use it in GitHub Desktop.
data class YourDomainDto(
val field1: String,
val field2: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment