@playlive/realtime-pipeline
    Preparing search index...

    Interface TiltifyWebSocketSettings

    Server-side feature flags echoed back on every identify. The client sends the desired state, the server normalizes it, and the normalized version comes back in the next connection message.

    interface TiltifyWebSocketSettings {
        auctionHouses: boolean;
        fundraisingEventSupportingCampaigns: boolean;
        leaderboards: boolean;
        leaderboardTimeType:
            | "all"
            | "daily"
            | "monthly"
            | "weekly"
            | "yearly"
            | "ytd";
        milestones: boolean;
        polls: boolean;
        proxyURL: string
        | null;
        rewards: boolean;
        targets: boolean;
    }
    Index
    auctionHouses: boolean
    fundraisingEventSupportingCampaigns: boolean
    leaderboards: boolean
    leaderboardTimeType: "all" | "daily" | "monthly" | "weekly" | "yearly" | "ytd"
    milestones: boolean
    polls: boolean
    proxyURL: string | null
    rewards: boolean
    targets: boolean