mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 19:38:54 +03:00
fix spec
This commit is contained in:
@@ -87,11 +87,10 @@ export class TimeBucketAssetResponseDto implements TimeBucketAssets {
|
||||
@ApiProperty({
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'string',
|
||||
type: 'array',
|
||||
items: { type: 'string', maxItems: 2, minItems: 2 },
|
||||
nullable: true,
|
||||
},
|
||||
maxItems: 2,
|
||||
minItems: 2,
|
||||
description: '(stack ID, stack asset count) tuple',
|
||||
})
|
||||
stack?: ([string, string] | null)[];
|
||||
|
||||
Reference in New Issue
Block a user