import { ItemType } from '../Item'; export default interface IUserPermission { content?: string | Array; manageGroup?: boolean; }