immich/web/src/lib/models/admin-sidebar-selection.ts

14 lines
260 B
TypeScript

export enum AdminSideBarSelection {
USER_MANAGEMENT = 'User management',
JOBS = 'Jobs',
SETTINGS = 'Settings',
STATS = 'Server Stats'
}
export enum AppSideBarSelection {
PHOTOS = 'Photos',
EXPLORE = 'Explore',
ALBUMS = 'Albums',
SHARING = 'Sharing'
}