UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

5 lines (4 loc) 222 B
import type { CommonPed } from "./CommonPed"; import type { CommonProp } from "./CommonProp"; import type { CommonVehicle } from "./CommonVehicle"; export type CommonEntity = CommonProp | CommonPed | CommonVehicle | null;