feat(web): use time buckets of person detail page (3) (#3557)
* feat: add personId to time bucket endpoints * chore: open api * feat(web): time bucket on person detail page
This commit is contained in:
@@ -57,6 +57,7 @@ export interface TimeBucketOptions {
|
||||
isArchived?: boolean;
|
||||
isFavorite?: boolean;
|
||||
albumId?: string;
|
||||
personId?: string;
|
||||
}
|
||||
|
||||
export interface TimeBucketItem {
|
||||
|
||||
Reference in New Issue
Block a user