@yugabytedb/perf-advisor-ui 1.0.57 → 1.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -556,7 +556,7 @@ interface MetricsAnalysisEntryProps {
|
|
|
556
556
|
onSelectedIssue?: (troubleshootUuid: string | null, params?: PAUrlParams) => void;
|
|
557
557
|
onSelectedQuery?: (queryId: string | null, params?: QueryPageParams) => void;
|
|
558
558
|
}
|
|
559
|
-
declare const MetricsAnalysisEntry: ({ universeUuid, troubleshootUuid,
|
|
559
|
+
declare const MetricsAnalysisEntry: ({ universeUuid, troubleshootUuid, appName, timezone, apiUrl, onSelectedIssue, onSelectedQuery }: MetricsAnalysisEntryProps) => JSX.Element;
|
|
560
560
|
|
|
561
561
|
interface PerfAdvisorEntryProps {
|
|
562
562
|
timezone?: string;
|