import { CHECKPOINT_TYPE } from '../../constants';
import type { ObjectValues } from '../utils';
export type CheckpointType = ObjectValues<typeof CHECKPOINT_TYPE>;
