Skip to content

Instantly share code, notes, and snippets.

@charlee
Last active May 22, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlee/91e8d071a05c77cca4f3d89dff485157 to your computer and use it in GitHub Desktop.
Save charlee/91e8d071a05c77cca4f3d89dff485157 to your computer and use it in GitHub Desktop.
medium test
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