UNPKG

fnbr

Version:

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

8 lines (7 loc) 233 B
/** * Represents an error thrown because the client does not have permission to perform a certain party related action */ declare class PartyPermissionError extends Error { constructor(); } export default PartyPermissionError;