UNPKG

@takentrade/takentrade-libs

Version:
10 lines (9 loc) 281 B
import { ConfigService } from '@nestjs/config'; import { Transport } from '@nestjs/microservices'; export declare const getNatsConfig: (configService: ConfigService, queue: string) => { transport: Transport; options: { servers: any[]; queue: any; }; };