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

9 lines
158 B
TypeScript
Raw Normal View History

export enum AdminSideBarSelection {
USER_MANAGEMENT = "User management",
}
export enum AppSideBarSelection {
PHOTOS = "Photos",
EXPLORE = "Explore",
}