UNPKG

@communityox/ox_core

Version:

A modern FiveM framework.

6 lines (5 loc) 144 B
import { type OxCommon } from '../../lib'; interface OxClient extends OxCommon { } export declare const Ox: OxClient; export * from './player';