( checkpointsId: Id, checkpoints: Checkpoints, )
| 1794 | useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS); |
| 1795 | |
| 1796 | export const useProvideCheckpoints = ( |
| 1797 | checkpointsId: Id, |
| 1798 | checkpoints: Checkpoints, |
| 1799 | ): void => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS); |
| 1800 | |
| 1801 | export const useCheckpointIds = ( |
| 1802 | checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, |
searching dependent graphs…