( id?: Id, )
| 2160 | useThingIds(OFFSET_CHECKPOINTS); |
| 2161 | |
| 2162 | export const useCheckpoints: typeof useCheckpointsDecl = ( |
| 2163 | id?: Id, |
| 2164 | ): Checkpoints | undefined => useThing(id, OFFSET_CHECKPOINTS); |
| 2165 | |
| 2166 | export const useCheckpointsOrCheckpointsById: typeof useCheckpointsOrCheckpointsByIdDecl = |
| 2167 | ( |
searching dependent graphs…