1type DefaultConnection: Options extends object ? T : EventSubConnection;
An infer type which will be used to determine the default connection type using TypeScript.
twitchfy/packages/chatbot/src/types/DefaultConnection.ts:11