type Role = { id?: string; uid?: string; profile?: string; title: string; totalAccess: boolean; calendarAccess: boolean; sheduleAccess: boolean; certificateAccess: boolean; financeAccess: boolean; employeeAccess: boolean; settingsAccess: boolean; statisticsAccess: boolean; }; export { Role };