UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

9 lines (5 loc) 130 B
import { Position } from "../Position"; type VehiclePosition = { data: Position }; export default VehiclePosition;