From 0c2903841f090f9db75248b99c2a6d3efa50de89 Mon Sep 17 00:00:00 2001 From: RikSchefferAmsterdam <104840047+RikSchefferAmsterdam@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:23:52 +0100 Subject: [PATCH] fix trackSearch typing --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.