We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fd295 commit 7c7004eCopy full SHA for 7c7004e
src/types.ts
@@ -2,6 +2,7 @@ import { Cog, CogLoaderOptions } from '@cisl/cog-loader';
2
import { Message } from 'amqplib';
3
4
import { RedisOptions } from 'ioredis';
5
+export { RedisOptions } from 'ioredis';
6
7
export interface MongoOptions {
8
host: string;
0 commit comments