UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

6 lines (5 loc) 104 B
import { Vector3 } from '../utils'; export interface Dimensions { min: Vector3; max: Vector3; }