Skip to content

Instantly share code, notes, and snippets.

@michaeljscript
Last active April 3, 2019 14:00
Show Gist options
  • Save michaeljscript/816a432596980190bb84ba200cf2d38d to your computer and use it in GitHub Desktop.
Save michaeljscript/816a432596980190bb84ba200cf2d38d to your computer and use it in GitHub Desktop.
interface Person {
name: string;
age: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment