mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03: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'
|
|
}
|