mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
feat(api): set person color (#15937)
This commit is contained in:
1
server/src/db.d.ts
vendored
1
server/src/db.d.ts
vendored
@@ -276,6 +276,7 @@ export interface Partners {
|
||||
|
||||
export interface Person {
|
||||
birthDate: Timestamp | null;
|
||||
color: string | null;
|
||||
createdAt: Generated<Timestamp>;
|
||||
faceAssetId: string | null;
|
||||
id: Generated<string>;
|
||||
|
||||
Reference in New Issue
Block a user