Skip to content

Instantly share code, notes, and snippets.

@ndcunningham
Created December 12, 2019 14:46
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 ndcunningham/58bdee5879771fae5d15e768276b3e54 to your computer and use it in GitHub Desktop.
Save ndcunningham/58bdee5879771fae5d15e768276b3e54 to your computer and use it in GitHub Desktop.
const people: Array<Person> = [
{
name: 'Jill',
house: {
street: RxJs Street,
number: 20,
size: 1100
}
},
{
name: 'Jack',
house: {
street: Front End Avenue,
number: 10,
size: 900
}
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment