mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Update packages/microservices/server/server-nats.ts
Co-authored-by: Rick Dutour Geerling <rick@trilon.io>
This commit is contained in:
@@ -23,11 +23,11 @@ let natsPackage = {} as any;
|
||||
//
|
||||
// type Client = import('nats').NatsConnection;
|
||||
// type NatsMsg = import('nats').Msg;
|
||||
type Subscription = import('nats').Subscription;
|
||||
// type Subscription = import('nats').Subscription;
|
||||
|
||||
type Client = any;
|
||||
type NatsMsg = any;
|
||||
// type Subscription = any;
|
||||
type Subscription = any;
|
||||
|
||||
/**
|
||||
* @publicApi
|
||||
|
||||
Reference in New Issue
Block a user