From f7f4c95c4afbb08df976680c64a20703d228b7cb Mon Sep 17 00:00:00 2001 From: Marius Craciunoiu Date: Thu, 31 Jan 2019 08:38:57 -0700 Subject: [PATCH] Add standardImplementation option to types --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 11903b5..fba0c9f 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -41,6 +41,7 @@ export interface InitializeOptions { titleCase?: boolean; gaOptions?: GaOptions; alwaysSendToDefaultTracker?: boolean; + standardImplementation?: boolean; } export type Tracker = {