Skip to content

Commit 7bb41da

Browse files
committed
feat: extend GlobalInteractionProps interface to support additional properties
1 parent 7cc776a commit 7bb41da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export type GlobalInteractionEventKey = "UI_CLICK" | "UI_INPUT" | "UI_SUBMIT"
22

3-
export interface GlobalInteractionProps {
3+
export interface GlobalInteractionProps extends Record<string, unknown> {
44
eventType: GlobalInteractionEventKey
55
tag: string
66
id?: string

0 commit comments

Comments
 (0)