Skip to content

Commit f103e59

Browse files
authored
🤖 Merge PR DefinitelyTyped#74160 [matomo-tracker-react-native] Add url property to Action interface by @rnihesh
1 parent 2863f9d commit f103e59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎types/matomo-tracker-react-native/index.d.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export interface AppStart {
2424

2525
export interface Action {
2626
name: string;
27+
url?: string;
2728
userInfo?: UserInfo;
2829
}
2930

@@ -33,6 +34,7 @@ export interface Event {
3334
name?: string;
3435
value?: number;
3536
campaign?: string;
37+
url?: string;
3638
userInfo?: UserInfo;
3739
}
3840

0 commit comments

Comments
 (0)