(
checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,
)
| 2165 | |
| 2166 | export const useCheckpointsOrCheckpointsById: typeof useCheckpointsOrCheckpointsByIdDecl = |
| 2167 | ( |
| 2168 | checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, |
| 2169 | ): Checkpoints | undefined => |
| 2170 | useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS); |
| 2171 | |
| 2172 | export const useProvideCheckpoints: typeof useProvideCheckpointsDecl = ( |
| 2173 | checkpointsId: Id, |
no test coverage detected
searching dependent graphs…