refactor: update speed handling in ConveyorMechanics and related types to support string values
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user