Last active
May 22, 2019 15:20
-
-
Save charlee/91e8d071a05c77cca4f3d89dff485157 to your computer and use it in GitHub Desktop.
medium test
This file contains 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
type TestType = { | |
key: string; | |
value: string; | |
} | |
export TestType; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment