()
| 1597 | ): Indexes | undefined => useCreate(store, create, createDeps); |
| 1598 | |
| 1599 | export const useIndexesIds: typeof useIndexesIdsDecl = () => |
| 1600 | useThingIds(OFFSET_INDEXES); |
| 1601 | |
| 1602 | export const useIndexes: typeof useIndexesDecl = ( |
| 1603 | id?: Id, |
searching dependent graphs…