diff --git a/src/types.ts b/src/types.ts index 8380655..f49c94f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -72,7 +72,7 @@ export type PiwikProSdkType = { * @keyword searched query that was used in the app * @options search tracking options (category, count, customDimensions, visitCustomVariables) */ - trackSearch(keyword: string, options?: TrackScreenOptions): Promise; + trackSearch(keyword: string, options?: TrackSearchOptions): Promise; /** * Tracks content impression.