mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 07:29:28 -08:00
Add web interface with admin functionality (#167)
This commit is contained in:
7
web/src/lib/models/immich-user.ts
Normal file
7
web/src/lib/models/immich-user.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type ImmichUser = {
|
||||
id: string,
|
||||
email: string,
|
||||
firstName: string,
|
||||
lastName: string,
|
||||
isAdmin: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user