export enum ScannerScopes { SettingsAccess = "Settings.Access", ReportCreate = "Report.Create", ReportRead = "Report.Read", ReportDelete = "Report.Delete", ReportUpdate = "Report.Update", PrinterCreate = "Printer.Create", PrinterRead = "Printer.Read", PrinterUpdate = "Printer.Update", PrinterDelete = "Printer.Delete", }