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

export type FlagStatus = ObjectValues<typeof FLAG_STATUS>;
