()
| 626 | useThing(id, OFFSET_STORE); |
| 627 | |
| 628 | export const useStores: typeof useStoresDecl = (): IdObj<Store> => |
| 629 | useThings(OFFSET_STORE); |
| 630 | |
| 631 | export const useStoreOrStoreById: typeof useStoreOrStoreByIdDecl = ( |
| 632 | storeOrStoreId?: StoreOrStoreId, |