mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
13 lines
260 B
TypeScript
13 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'
|
|
}
|