Skip to content

Instantly share code, notes, and snippets.

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