mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
14 lines
260 B
TypeScript
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'
|
|
}
|