@ruiapp/rapid-core 0.1.8 → 0.1.10

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/src/types.ts CHANGED
@@ -416,6 +416,10 @@ export interface CountEntityOptions {
416
416
  filters?: EntityFilterOptions[];
417
417
  }
418
418
 
419
+ export interface CountEntityResult {
420
+ count: number;
421
+ }
422
+
419
423
  export interface CreateEntityOptions {
420
424
  entity: any;
421
425
  }