modified table
This commit is contained in:
@@ -33,22 +33,22 @@ export class FiltrosTablaDto {
|
||||
|
||||
@IsArray()
|
||||
@IsString({ each: true })
|
||||
adscripciones?: number[]
|
||||
adscripciones?: string[]
|
||||
|
||||
@IsOptional()
|
||||
@IsArray()
|
||||
@IsString({ each: true })
|
||||
procesadores?: number[]
|
||||
procesadores?: string[]
|
||||
|
||||
@IsOptional()
|
||||
@IsArray()
|
||||
@IsString({ each: true })
|
||||
sistemas?: number[]
|
||||
sistemas?: string[]
|
||||
|
||||
@IsOptional()
|
||||
@IsArray()
|
||||
@IsString({ each: true })
|
||||
usos?: number[]
|
||||
usos?: string[]
|
||||
|
||||
@IsOptional()
|
||||
@IsArray()
|
||||
|
||||
Reference in New Issue
Block a user