moleculerjs / moleculer-channels

Reliable messages for Moleculer services via external queue/channel/topic.
MIT License
72 stars 15 forks source link

chore(types): update MiddlewareOptions #72

Closed lucduong closed 11 months ago

lucduong commented 1 year ago

The ChannelsMiddleware Option has several optional options but is marked as required. This PR fixed the typings and added the clear document with the default value.