mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
chore(1-3293): update imports
This commit is contained in:
parent
3ad10be1b2
commit
1c3226ee52
@ -27,4 +27,12 @@ export interface ITrafficDataUsageStore
|
|||||||
getTrafficDataForMonthRange(
|
getTrafficDataForMonthRange(
|
||||||
monthsBack: number,
|
monthsBack: number,
|
||||||
): Promise<IStatMonthlyTrafficUsage[]>;
|
): Promise<IStatMonthlyTrafficUsage[]>;
|
||||||
|
getDailyTrafficDataForPeriod(
|
||||||
|
from: Date,
|
||||||
|
to: Date,
|
||||||
|
): Promise<IStatTrafficUsage[]>;
|
||||||
|
getMonthlyTrafficDataForPeriod(
|
||||||
|
from: Date,
|
||||||
|
to: Date,
|
||||||
|
): Promise<IStatMonthlyTrafficUsage[]>;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user