Using a Client
Assuming you already have @tempojs/client
as a dependency in your project, then all you need to do is import models from your shared codebase to use them:
or more simply if your project supports top-level await
Assuming you already have @tempojs/client
as a dependency in your project, then all you need to do is import models from your shared codebase to use them:
or more simply if your project supports top-level await