Skip to content

Commit

Permalink
Update lib/ts/recipe/recipeModule/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Poddar <[email protected]>
  • Loading branch information
anku255 and rishabhpoddar authored Dec 7, 2023
1 parent 57ca6e1 commit 0620e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts/recipe/recipeModule/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export type Config<GetRedirectionURLContextType, Action, OnHandleEventContextTyp
>;

export type NormalisedConfig<GetRedirectionURLContextType, Action, OnHandleEventContextType> = {
getRedirectionURL: (context: GetRedirectionURLContextType, userContext?: any) => Promise<string | undefined | null>;
getRedirectionURL: (context: GetRedirectionURLContextType, userContext: any) => Promise<string | undefined | null>;
onHandleEvent: RecipeOnHandleEventFunction<OnHandleEventContextType>;
useShadowDom: boolean;
rootStyle: string;
Expand Down

0 comments on commit 0620e60

Please sign in to comment.