cr
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { IsArray, IsString, ArrayMinSize, ArrayMaxSize } from 'class-validator';
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { IsArray, IsString, ArrayMinSize, ArrayMaxSize } from "class-validator";
|
||||
import { ApiProperty } from "@nestjs/swagger";
|
||||
|
||||
export class AnalyzeMatchesDto {
|
||||
@ApiProperty({
|
||||
description: 'List of match IDs to analyze',
|
||||
example: ['match-1', 'match-2'],
|
||||
description: "List of match IDs to analyze",
|
||||
example: ["match-1", "match-2"],
|
||||
minItems: 1,
|
||||
maxItems: 20,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user