diff --git a/lib/build/recipe/oauth2/index.d.ts b/lib/build/recipe/oauth2/index.d.ts index 9b40cc9e..00fa6c96 100644 --- a/lib/build/recipe/oauth2/index.d.ts +++ b/lib/build/recipe/oauth2/index.d.ts @@ -42,4 +42,6 @@ export { PostAPIHookContext, PreAndPostAPIHookAction, UserInput, + LoginInfo, + RecipeFunctionOptions, }; diff --git a/lib/ts/recipe/oauth2/index.ts b/lib/ts/recipe/oauth2/index.ts index af908de6..ffc8532b 100644 --- a/lib/ts/recipe/oauth2/index.ts +++ b/lib/ts/recipe/oauth2/index.ts @@ -70,4 +70,6 @@ export { PostAPIHookContext, PreAndPostAPIHookAction, UserInput, + LoginInfo, + RecipeFunctionOptions, };