Type Alias: MicroserviceOptions
ts
type MicroserviceOptions =
| MicroserviceConfiguration
| CustomTransportStrategy;Defined in: packages/microservices/src/interfaces/microservice.interface.ts:78
Union type accepted by connectMicroservice.