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

@@ -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)[];