update for 2.35 (#43506)

This commit is contained in:
Kazuki 2020-04-07 13:14:45 -07:00 committed by GitHub
parent 9ee1bb9291
commit 267400a56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// Type definitions for mixpanel-browser 2.33
// Type definitions for mixpanel-browser 2.35
// Project: https://github.com/mixpanel/mixpanel-js
// Definitions by: Carlos López <https://github.com/karlos1337>
// Ricardo Rodrigues <https://github.com/RicardoRodrigues>
@ -45,6 +45,8 @@ export interface Config {
app_host: string;
autotrack: boolean;
cdn: string;
cookie_domain: string;
cross_site_cookie: boolean;
cross_subdomain_cookie: boolean;
persistence: Persistence;
persistence_name: string;