@helfa/shared

v0.2.2

Published

Types and logic, shared amongst services

Readme

@helfa/shared

These are the types shared between services.

If your service - and only that service - needs to make changes to a type, use Type Augmentation.

Same goes for any code; if just one service needs adjustments, make them in that service, extending from here.

As soon as two or more services require a change, make it here. Make sure though that all services still build successfully!