()
| 2157 | ): Checkpoints | undefined => useCreate(store, create, createDeps); |
| 2158 | |
| 2159 | export const useCheckpointsIds: typeof useCheckpointsIdsDecl = () => |
| 2160 | useThingIds(OFFSET_CHECKPOINTS); |
| 2161 | |
| 2162 | export const useCheckpoints: typeof useCheckpointsDecl = ( |
| 2163 | id?: Id, |
searching dependent graphs…