This commit is contained in:
mertalev
2025-05-05 11:16:13 -04:00
parent 71cc045405
commit 606d4b66d0
4 changed files with 15 additions and 11 deletions

View File

@@ -1399,7 +1399,7 @@ export type TimeBucketAssetResponseDto = {
projectionType: (string | null)[];
ratio: number[];
/** (stack ID, stack asset count) tuple */
stack?: (string | null)[];
stack?: (string[] | null)[];
thumbhash: (string | null)[];
};
export type TimeBucketsResponseDto = {