@node-ts/bus-messages
This package should be consumed wherever your application defines message contracts. Messages are small pieces of data that get passed around between services. They can define an instruction to perform an action, or report that something has just occurred.
Installation
Install the @node-ts/bus-messages package via npm:
npm install @node-ts/bus-messages