Skip to content

Instantly share code, notes, and snippets.

@birojow
Last active May 13, 2024 19:22
Show Gist options
  • Save birojow/542bb546bebbb3c9227b0c4231643169 to your computer and use it in GitHub Desktop.
Save birojow/542bb546bebbb3c9227b0c4231643169 to your computer and use it in GitHub Desktop.
val user = user {
name = "Fulano"
contactInfo {
email = "fulano@gmail.com"
phoneNumber = "11991234567"
roles {
+Role.User
+Role.Admin
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment