refactor: update speed handling in ConveyorMechanics and related types to support string values

This commit is contained in:
2025-03-29 13:43:29 +05:30
parent 991fd4328a
commit 8606cbbe54
4 changed files with 8 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ import * as THREE from "three";
// Define the shape of the selected card
interface SelectedCard {
assetName: string;
uploadedOn: string;
uploadedOn: number;
price: number;
rating: number;
views: number;