Interface JSONLobbyMember

interface JSONLobbyMember {
    createdAt: number;
    flags?: number;
    id: string;
    lobbyID: string;
    metadata?: null | Record<string, string>;
}

Hierarchy (view full)

Properties

createdAt: number
flags?: number
id: string
lobbyID: string
metadata?: null | Record<string, string>