Skip to content
On this page

IVehicleNeon

Interface Definition

ts
interface IVehicleNeon {
    left: boolean;
    right: boolean;
    front: boolean;
    back: boolean;
};

Documentation

Documentation Created with ❤️ by Stuyk