import { KART_STATUS } from '../../constants';
import type { ObjectValues } from '../utils';

export type KartStatus = ObjectValues<typeof KART_STATUS>;
