UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

8 lines (7 loc) 278 B
import type { VehicleProperties } from 'shared'; export * from './acl'; export * from './locale'; export * from './callback'; export * from './version'; export * from './addCommand'; export declare function setVehicleProperties(vehicle: number, props: VehicleProperties): void;