Skip to content

Instantly share code, notes, and snippets.

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