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

9 lines
No EOL
158 B
TypeScript

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