mirror of https://github.com/ghostfolio/ghostfolio
5 changed files with 4 additions and 14 deletions
@ -1,11 +0,0 @@ |
|||
import { UpdateMarketDataDto } from '@ghostfolio/common/dtos'; |
|||
|
|||
import { Type } from 'class-transformer'; |
|||
import { ArrayNotEmpty, IsArray } from 'class-validator'; |
|||
|
|||
export class UpdateBulkMarketDataDto { |
|||
@ArrayNotEmpty() |
|||
@IsArray() |
|||
@Type(() => UpdateMarketDataDto) |
|||
marketData: UpdateMarketDataDto[]; |
|||
} |
|||
Loading…
Reference in new issue