Skip to content

DefaultConnection

1
type DefaultConnection: Options extends object ? T : EventSubConnection;

An infer type which will be used to determine the default connection type using TypeScript.

Source

twitchfy/packages/chatbot/src/types/DefaultConnection.ts:11