Skip to content

EventSubOptions

1
type 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

Source

twitchfy/packages/chatbot/src/types/EventSubOptions.ts:13