diff --git a/lib/build/recipe/thirdparty/types.d.ts b/lib/build/recipe/thirdparty/types.d.ts index 317246a01..63d3bbc62 100644 --- a/lib/build/recipe/thirdparty/types.d.ts +++ b/lib/build/recipe/thirdparty/types.d.ts @@ -110,7 +110,7 @@ export declare type TypeProvider = { exchangeAuthCodeForOAuthTokens: (input: { redirectURIInfo: { redirectURIOnProviderDashboard: string; - redirectURIQueryParams: any; + redirectURIQueryParams: Record; pkceCodeVerifier?: string; }; userContext?: UserContext; diff --git a/lib/ts/recipe/thirdparty/types.ts b/lib/ts/recipe/thirdparty/types.ts index 5a22d45b8..73a02e4a9 100644 --- a/lib/ts/recipe/thirdparty/types.ts +++ b/lib/ts/recipe/thirdparty/types.ts @@ -107,7 +107,7 @@ export type TypeProvider = { exchangeAuthCodeForOAuthTokens: (input: { redirectURIInfo: { redirectURIOnProviderDashboard: string; - redirectURIQueryParams: any; + redirectURIQueryParams: Record; pkceCodeVerifier?: string; }; userContext?: UserContext;