mooball
    Preparing search index...

    Type Alias UpdatedRoomProps

    type UpdatedRoomProps = {
        fakePassword?: boolean | null;
        geo?: GeoLocation | null;
        maxPlayerCount?: int | null;
        name?: string | null;
        password?: string | null;
        playerCount?: int | null;
    }
    Index

    Properties

    fakePassword?: boolean | null
    geo?: GeoLocation | null
    maxPlayerCount?: int | null
    name?: string | null
    password?: string | null
    playerCount?: int | null