Update packages/microservices/server/server-nats.ts

Co-authored-by: Rick Dutour Geerling <rick@trilon.io>
This commit is contained in:
Kamil Mysliwiec
2024-11-18 15:26:07 +01:00
committed by GitHub
parent bc31b5cff5
commit 4f55f88bff

View File

@@ -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