You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/poool-engage/index.d.ts
+41-41Lines changed: 41 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
declare global {
3
2
varEngage: PooolEngage.Engage;
4
3
/**
@@ -41,7 +40,7 @@ export namespace PooolEngage {
41
40
*
42
41
* More infos: https://www.poool.dev/docs/engage/javascript/configuration#stripepublickey
43
42
*/
44
-
stripePublicKey?: string
43
+
stripePublicKey?: string;
45
44
46
45
/**
47
46
* The locale used by default texts inside elements.
@@ -50,7 +49,7 @@ export namespace PooolEngage {
50
49
*
51
50
* More infos: https://www.poool.dev/docs/engage/javascript/configuration#locale
52
51
*/
53
-
locale?: "fr"|"en"
52
+
locale?: "fr"|"en";
54
53
55
54
/**
56
55
* Enable/disable automatic Piano tracking for particular events.
@@ -60,7 +59,7 @@ export namespace PooolEngage {
60
59
*
61
60
* More infos: https://www.poool.dev/docs/engage/javascript/configuration#pianoautotrackingenabled
62
61
*/
63
-
pianoAutoTrackingEnabled?: boolean
62
+
pianoAutoTrackingEnabled?: boolean;
64
63
65
64
/**
66
65
* Enable/disable automatic Google Analytics 4 tracking (Google Analytics 4 tag required) for particular events.
@@ -70,7 +69,7 @@ export namespace PooolEngage {
70
69
*
71
70
* More infos: https://www.poool.dev/docs/engage/javascript/configuration#gtagautotrackingenabled
0 commit comments