We should consider creating another package that contains shared types. As the number of packages grows and complexity increases we may want to create shared types.
Currently added types to @freepi/core, they are being imported elsewhere. Not sure if necessary to create a whole separate package for them yet. Other examples I have seen keep types separate in their own package.
We should consider creating another package that contains shared types. As the number of packages grows and complexity increases we may want to create shared types.
This could be done in 3 ways: