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

export type UserRole = ObjectValues<typeof USER_ROLE>;
