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