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 7cc776a commit 7bb41daCopy full SHA for 7bb41da
types/analytics.ts
@@ -1,6 +1,6 @@
1
export type GlobalInteractionEventKey = "UI_CLICK" | "UI_INPUT" | "UI_SUBMIT"
2
3
-export interface GlobalInteractionProps {
+export interface GlobalInteractionProps extends Record<string, unknown> {
4
eventType: GlobalInteractionEventKey
5
tag: string
6
id?: string
0 commit comments