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 action */ declare class PartyInvitationExpiredError extends Error { constructor(); } export default PartyInvitationExpiredError;