We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721a476 commit 28ff166Copy full SHA for 28ff166
src/internal/base-component/metrics/interfaces.ts
@@ -18,7 +18,7 @@ export interface ComponentConfiguration {
18
metadata?: Record<string, JSONValue>;
19
}
20
21
-export type AnalyticsMetadata = Record<string, JSONValue>;
+export type AnalyticsMetadata = JSONObject;
22
23
export interface MetricsLogItem {
24
source: string;
0 commit comments