import { SCREEN_VIEW } from '../../../constants';
import { ObjectValues } from '../../utils';

export type ScreenView = ObjectValues<typeof SCREEN_VIEW>;
