export class UpdateInventoryDto { name?: string location?: string isActive?: boolean }