mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-10 12:37:46 +00:00
11 lines
195 B
TypeScript
11 lines
195 B
TypeScript
export enum AdminSideBarSelection {
|
|
USER_MANAGEMENT = 'User management'
|
|
}
|
|
|
|
export enum AppSideBarSelection {
|
|
PHOTOS = 'Photos',
|
|
EXPLORE = 'Explore',
|
|
ALBUMS = 'Albums',
|
|
SHARING = 'Sharing'
|
|
}
|