UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

5 lines (4 loc) 162 B
import type { Ped } from "./Ped"; import type { Prop } from "./Prop"; import type { Vehicle } from "./Vehicle"; export type Entity = Vehicle | Ped | Prop | null;