UNPKG

fnbr

Version:

A library to interact with Epic Games' Fortnite HTTP and XMPP services

8 lines (7 loc) 298 B
import STWWeaponSchematic from './STWWeaponSchematic'; import type { STWSchematicMeleeSubType } from '../../../resources/structs'; declare class STWMeleeWeaponSchematic extends STWWeaponSchematic { type: 'melee'; subType: STWSchematicMeleeSubType; } export default STWMeleeWeaponSchematic;