README
3Map-models
It's the node package that defines all models for 3Map application.
It manages the serialization of DTOs (Data Transfer Objects) and contains common functions. It is meant to be used both on the server and on the client.
It's the node package that defines all models for 3Map application.
<script type="module">
import mapModels from 'https://cdn.skypack.dev/3map-models';
</script>
It's the node package that defines all models for 3Map application.
It manages the serialization of DTOs (Data Transfer Objects) and contains common functions. It is meant to be used both on the server and on the client.