EventSubOptions
1type EventSubOptions<T>: T extends EventSubConnection.WebSocket ? OmitClientProps<WebSocketConnectionOptions> : T extends EventSubConnection.Webhook ? OmitClientProps<WebhookConnectionOptions> & object : OmitClientProps<ConduitOptions>;The options for the EventSub connection.
Type parameters
| Type parameter |
|---|
T extends EventSubConnection |