UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

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