Skip to content

Instantly share code, notes, and snippets.

@zackshapiro
Last active May 7, 2019 14:40
Show Gist options
  • Save zackshapiro/d7dd7b0677e3dd47c57f3c77bbd05996 to your computer and use it in GitHub Desktop.
Save zackshapiro/d7dd7b0677e3dd47c57f3c77bbd05996 to your computer and use it in GitHub Desktop.
interface SimpleUser {
id: number;
firstName: string;
lastName: string;
avatar: Avatar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment