UNPKG

fivem-esx-js

Version:

Javascript/Typescript wrapper for the FiveM ESX core natives

10 lines (9 loc) 166 B
export interface Weapon { name: string, label: string, components: { name: string, hash: number, label: string }[] }