Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 301 Bytes

File metadata and controls

16 lines (16 loc) · 301 Bytes

{ collections: { items: LIST (COLLECTIONS), active: STRING (ID), }, lists: { items: LIST (LISTS), active: STRING (ID), isAdding: BOOLEAN }, items: { items: LIST (ITEMS), editing: STRING (ID), isAdding: BOOLEAN } }