Skip to content

Instantly share code, notes, and snippets.

@bulini
Created March 11, 2019 23:21
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 bulini/d49cd3a05a1801642609206f61415a2e to your computer and use it in GitHub Desktop.
Save bulini/d49cd3a05a1801642609206f61415a2e to your computer and use it in GitHub Desktop.
export const flats = [
{
floor: 1,
options: [
{
van: 1,
cost: 10
},
{
van: 2,
cost: 20
}
]
},
{
floor: 2,
options: [
{
van: 1,
cost: 20
},
{
van: 2,
cost: 40
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment