Skip to content

Instantly share code, notes, and snippets.

@filipebatista
Created July 17, 2019 14:19
Show Gist options
  • Save filipebatista/ee88da8a47f942f07fd5e741a0b7d5b1 to your computer and use it in GitHub Desktop.
Save filipebatista/ee88da8a47f942f07fd5e741a0b7d5b1 to your computer and use it in GitHub Desktop.
Type Aliases
typealias Credentials = Pair<String, String>
val myCredentials = Credentials("myUsername1","myhashpassword1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment