Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 118 Bytes

storeShape.md

File metadata and controls

14 lines (10 loc) · 118 Bytes
store = {
  session: {}

  stocks: {}

  watchlists: {
    [watchlistId]: {
      watchlistData
    }
  }

  
}