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:
parent
e5863cc0fe
commit
7d58e75675
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user