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

@@ -13648,11 +13648,14 @@
"stack": {
"description": "(stack ID, stack asset count) tuple",
"items": {
"items": {
"maxItems": 2,
"minItems": 2,
"type": "string"
},
"nullable": true,
"type": "string"
"type": "array"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"thumbhash": {

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 = {