UNPKG

@overextended/ox_lib

Version:
4 lines (3 loc) 258 B
import type { VehicleProperties } from '..'; export declare const getVehicleProperties: (vehicle: number) => VehicleProperties; export declare const setVehicleProperties: (vehicle: number, props: Partial<VehicleProperties>, fixVehicle?: boolean) => boolean;