import type { VehicleProperties } from '../../' export const getVehicleProperties = (vehicle: number): VehicleProperties => exports.ox_lib.getVehicleProperties(vehicle); export const setVehicleProperties = (vehicle: number, props: Partial, fixVehicle?: boolean): boolean => exports.ox_lib.setVehicleProperties(vehicle, props, fixVehicle);