DefaultConnection
1type DefaultConnection: Options extends object ? T : EventSubConnection;An infer type which will be used to determine the default connection type using TypeScript.
1type DefaultConnection: Options extends object ? T : EventSubConnection;An infer type which will be used to determine the default connection type using TypeScript.