export interface IModelPermissions { read: boolean; write: boolean; remove: boolean; manage: boolean; }