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