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

11 lines
195 B
TypeScript
Raw Normal View History

export enum AdminSideBarSelection {
USER_MANAGEMENT = 'User management'
}
export enum AppSideBarSelection {
PHOTOS = 'Photos',
EXPLORE = 'Explore',
ALBUMS = 'Albums',
SHARING = 'Sharing'
}