1type EventSubOptions<T>: T extends EventSubConnection.WebSocket ? OmitClientProps<WebSocketConnectionOptions> : T extends EventSubConnection.Webhook ? OmitClientProps<WebhookConnectionOptions> & object : OmitClientProps<ConduitOptions>;
The options for the EventSub connection.
T
EventSubConnection
twitchfy/packages/chatbot/src/types/EventSubOptions.ts:13