FEAT: add baseDataModel logic

This commit is contained in:
Joaquin Pereyra 2025-06-08 15:27:37 -03:00
parent 746e0f239a
commit 70d8f37d3c
7 changed files with 254 additions and 7 deletions

View file

@ -8,3 +8,4 @@ export { default as DhpEnvironment } from './environment.mjs';
export * as items from './item/_module.mjs';
export * as messages from './chat-message/_modules.mjs';
export * as fields from "./fields/_module.mjs";