Type alias UserStatsSubscriptionConfig

UserStatsSubscriptionConfig: {
    type: "websocket";
} | {
    accountLoader: BulkAccountLoader;
    type: "polling";
} | {
    type: "custom";
}

Generated using TypeDoc