import { IsObject } from 'class-validator'; export class UpdateInventoryTechnicalValuesDto { @IsObject() values!: Record; }