@posx/core 5.3.84 → 5.3.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -313,6 +313,7 @@ declare module '@posx/core/services/abstract.service' {
313
313
  */
314
314
  export interface IAppCoreService<T extends IAppCoreModel> {
315
315
  db: Dexie;
316
+ table: Dexie.Table<T>;
316
317
  moduleName: string;
317
318
  /**
318
319
  * Creates a live query.