mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(api): set person color (#15937)
This commit is contained in:
parent
2e5007adef
commit
23014c263b
18 changed files with 182 additions and 21 deletions
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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue