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

export type Permission = ObjectValues<typeof PERMISSION>;
