@lands.io/mod-sdk / PartyUpdatedMessage Interface: PartyUpdatedMessage¶ Table of contents¶ Properties¶ party type Properties¶ party¶ • party: null | Party type¶ • type: "partyUpdated" Source Code¶ View full implementation export interface PartyUpdatedMessage { type: 'partyUpdated'; party: Party | null; }