( id?: MaybeAccessor<Id | undefined>, )
| 1785 | export const useCheckpointsIds = () => useThingIds(OFFSET_CHECKPOINTS); |
| 1786 | |
| 1787 | export const useCheckpoints = ( |
| 1788 | id?: MaybeAccessor<Id | undefined>, |
| 1789 | ): Accessor<Checkpoints | undefined> => useThing(id, OFFSET_CHECKPOINTS); |
| 1790 | |
| 1791 | export const useCheckpointsOrCheckpointsById = ( |
| 1792 | checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, |
searching dependent graphs…