Created
July 17, 2019 14:19
-
-
Save filipebatista/ee88da8a47f942f07fd5e741a0b7d5b1 to your computer and use it in GitHub Desktop.
Type Aliases
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
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