Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #341 from mariusc23/fix/ts-standard-impl
Browse files Browse the repository at this point in the history
Add standardImplementation option to types
  • Loading branch information
SimeonC committed Mar 22, 2019
2 parents f7cf8f3 + f7f4c95 commit 944b161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface InitializeOptions {
titleCase?: boolean;
gaOptions?: GaOptions;
alwaysSendToDefaultTracker?: boolean;
standardImplementation?: boolean;
}

export type Tracker = {
Expand Down

0 comments on commit 944b161

Please sign in to comment.