Created
December 8, 2017 13:07
-
-
Save vzaidman/52d8d4b463fe87a6802c4c48f52aaf4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
profile: { | |
data: { id: '...', name: '...', /** ...user profile **/ }, | |
loading: false | |
}, | |
customers: { | |
data: [ 'customer0', 'customer1', /** ...customers array **/ ], | |
loading: false | |
}, | |
orders: { | |
data: [ 'order0', 'order1', /** ...orders array **/ ], | |
loading: false | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment