Skip to content

Commit 146eb63

Browse files
gierschvtdumitrescu
authored andcommitted
fix: add missing config.secret to types
1 parent 261a98b commit 146eb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mixpanel-node.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare namespace mixpanel {
2121
host: string;
2222
protocol: string;
2323
path: string;
24+
secret: string;
2425
keepAlive: boolean;
2526
geolocate: boolean;
2627
logger: CustomLogger;

0 commit comments

Comments
 (0)