feat: integrate consumption metrics into plan usage cycle tracking and UI display
This commit is contained in:
@@ -49,6 +49,11 @@ export type SysAdminRecalculatePlanUsageCycleResult = {
|
||||
planId: string;
|
||||
cycleStart: Date;
|
||||
cycleEnd: Date;
|
||||
organizationsCount: number;
|
||||
employeesCount: number;
|
||||
servicesCount: number;
|
||||
clientsCount: number;
|
||||
repeatsCount: number;
|
||||
appointmentsCount: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user