Interface RawLobbyInvite

interface RawLobbyInvite {
    code: string;
}

Properties

Properties

code: string