Skip to content

Commit 28ff166

Browse files
chore: Expand AnalyticsMetadata to allow JSON objects (#130)
1 parent 721a476 commit 28ff166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/base-component/metrics/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface ComponentConfiguration {
1818
metadata?: Record<string, JSONValue>;
1919
}
2020

21-
export type AnalyticsMetadata = Record<string, JSONValue>;
21+
export type AnalyticsMetadata = JSONObject;
2222

2323
export interface MetricsLogItem {
2424
source: string;

0 commit comments

Comments
 (0)