Variable configConst

config: {
    bullmq: {
        concurrency: number;
        connection: {
            host: string;
            password: string;
            port: number;
            username: string;
        };
    };
} = ...

Type declaration