Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Created December 7, 2016 02:29
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 iam-peekay/a05acaa1db4f7c25a87d85cd04945565 to your computer and use it in GitHub Desktop.
Save iam-peekay/a05acaa1db4f7c25a87d85cd04945565 to your computer and use it in GitHub Desktop.
type Person = {
firstName: string,
middleInitial?: string,
lastName: string,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment