export interface DashboardAccess { read: boolean; update: boolean; externalize: boolean; delete: boolean; write: boolean; manage: boolean; }