UNPKG

@communityox/ox_core

Version:

A modern FiveM framework.

4 lines (3 loc) 196 B
import type { Dict } from '../types'; export declare function GetPlayerLicense(playerId: number | string): string; export declare function GetIdentifiers(playerId: number | string): Dict<string>;