Skip to content

@lands.io/mod-sdk / PartyPollingErrorMessage

Interface: PartyPollingErrorMessage

Table of contents

Properties

Properties

error

error: null | LobbyRpcError


type

type: "partyPollingError"


Source Code

View full implementation
export interface PartyPollingErrorMessage {
  type: 'partyPollingError';
  error: LobbyRpcError | null;
}