UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

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