Skip to content

Instantly share code, notes, and snippets.

@christianalfoni
Last active January 13, 2021 19:47
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 christianalfoni/3f7a38f58899087ccf9f4fa7bf70fdde to your computer and use it in GitHub Desktop.
Save christianalfoni/3f7a38f58899087ccf9f4fa7bf70fdde to your computer and use it in GitHub Desktop.
const tree = {
auth: {
user: {}
},
issues: {
list: []
},
projects: {
list: [],
filter: 'completed'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment