UNPKG

fivem-js

Version:

Javascript/Typescript wrapper for the FiveM natives

7 lines (6 loc) 151 B
export declare class ListItem { readonly id: string; name: string; value: unknown; constructor(name: string, value?: unknown); }