UNPKG

digitaltwin-core

Version:

Minimalist framework to collect and handle data in a Digital Twin project

8 lines 305 B
/** * @fileoverview Core interfaces defining the contract for digital twin components * * These interfaces establish the foundation for component architecture, scheduling, * and HTTP endpoint serving capabilities within the digital twin ecosystem. */ export {}; //# sourceMappingURL=interfaces.js.map