1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Update frontend/src/hooks/api/getters/useImpactMetricsData/useImpactMetricsData.ts

Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
Tymoteusz Czech 2025-07-29 09:58:22 +02:00 committed by GitHub
parent e5863cc0fe
commit 7d58e75675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ export type ImpactMetricsSeries = {
data: TimeSeriesData;
};
// TODO: use OpenAPI types
// TODO(impactMetrics): use OpenAPI types
export type ImpactMetricsResponse = {
start?: string;
end?: string;