@lands.io/mod-sdk / PartyMember Interface: PartyMember¶ Table of contents¶ Properties¶ joinedAt playerId ready Properties¶ joinedAt¶ • joinedAt: string playerId¶ • playerId: string ready¶ • ready: boolean Source Code¶ View full implementation export interface PartyMember { playerId: string; ready: boolean; joinedAt: string; }