UNPKG

fnbr

Version:

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

9 lines (8 loc) 283 B
import STWSchematic from './STWSchematic'; import type { STWSchematicTrapSubType } from '../../../resources/structs'; declare class STWTrapSchematic extends STWSchematic { type: 'trap'; subType: STWSchematicTrapSubType; evoType: never; } export default STWTrapSchematic;