Skip to content

Instantly share code, notes, and snippets.

@JCMais
Created December 29, 2017 14:15
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 JCMais/150595114c6a2a52840b3f7201f9e8ba to your computer and use it in GitHub Desktop.
Save JCMais/150595114c6a2a52840b3f7201f9e8ba to your computer and use it in GitHub Desktop.
// @flow
type User = {
id: string,
name: string,
tags: Tag[],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment